테스트 사이트 - 개발 중인 베타 버전입니다

폼메일 지메일 오류 채택완료

seoy 2년 전 조회 2,246

</p>

<p><?php</p>

<p>// 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</p>

<p>// SMTP Server Settings

$config['smtp_host']             = 'smtp.gmail.com';   // eg.: smtp.mandrillapp.com

$config['smtp_port']             = 465;                        // eg.: 587

$config['smtp_user']             = '***@gmail.com';             // you@gmail.com

$config['smtp_pass']             = '******';                // password

$config['smtp_ssl']                = true;                        // true for google (port 465), false for others</p>

<p>// Who receive all emails?

$config['send_to']                = '***@gmail.com';            // destination of all emails sent throught contact form</p>

<p>// Email Subject

$config['subject']                = 'Company';    // subject of emails you receive

?></p>

<p>

 

폼메일을 지메일로 사용하려고 하는데 메일 설정에서 POP/IMAP 허용을 했는데도

STMP ERROR could not authenticate 

오류가 납니다. 어떻게 해야할까요? ㅠ ㅠ

 

 

댓글을 작성하려면 로그인이 필요합니다.

답변 1개

toqurk
2년 전

https://solbel.tistory.com/475

참고해보세요

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인