SMTP Error:Could not authenticate
본문
<?php
// 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'; // *** 개인정보보호를 위한 이메일주소 노출방지 ***
$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
// Email Subject
$config['subject'] = 'Company Contact Form'; // subject of emails you receive
gmail로 메일을 받고싶은데 저 부분에서 어디어디에 제 메일을 써야하나요?
그리고 메일을 보내려하면 SMTP Error:Could not authenticate 라는 오류가 떠요 ㅜㅜ 어떻게 해결하는지 아시는분 있을까요?
답변 1
SMTP Error:Could not authenticate 라는 오류
==> 1. www.naver.com 로그인 > 메일 환경설정 > POP 사용 여부 확인
==> 2. 메일 환경 설정에 POP 사용 설명이 있으니 그 내용을 참고
// SMTP Server Settings
$config['smtp_host'] = 'smtp.naver.com'; // eg.: smtp.mandrillapp.com
$config['smtp_port'] = 465; // eg.: 587
$config['smtp_user'] = '********@naver.com'; // 네이버 로그인 계정
$config['smtp_pass'] = '********'; // 네이버 로그인 암호
$config['smtp_ssl'] = true; // true for google (port 465), false for others
// Who receive all emails?
$config['send_to'] = '********@naver.com'; // 받는 사람 이메일 주소