폼메일 문의드립니다. 채택완료

폼메일 기능을 사용중인데 메일 송부가 안됩니다. 네이버 환경설정에서 smtp 사용 체크했는데 오류가 발생해서 해결이 어렵습니다. 원인이 뭔지 알 수 있을까요?
// USE SMTP OR mail() // SMTP is recommended, mail() is disabled on most shared hosting servers. // IF false : SMTP host/port/user/pass/ssl not used, leave empty or as it is! $config['use_smtp'] = true; // true|false
// SMTP Server Settings $config['smtp_host'] = 'smtp.naver.com'; // eg.: smtp.mandrillapp.com $config['smtp_port'] = 465; // eg.: 587 $config['smtp_user'] = '****@naver.com'; // you@gmail.com $config['smtp_pass'] = '******'; // password $config['smtp_ssl'] = true; // true for google (port 465), false for others
// Who receive all emails? $config['send_to'] = '****@naver.com'; // destination of all emails sent throught contact form
답변 3개
다시 메일주소로 고치시고 혹시 네이버 2차 로그인 인증을 사용하신다면(네이버 OTP)
내정보 > 보안설정 > 2단계 인증 > 관리하기
에서 어플리케이션 비밀번호를 생성하시고 해당 비밀번호로 인증해보세요.
댓글을 작성하려면 로그인이 필요합니다.
$config['smtp_user'] = '****https://sir.kr/main/member/?mb_id=bajie123" target="_blank">@naver.com';
이 메일주소가 아니라 본인 네이버 아이디(뒤에 네이버닷컴 빼고) 일겁니다.
답변에 대한 댓글 1개
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인