반응형
 
 
 
 
위 첨부파일을 덮어쓰거나,
/lib/mailer.lib.php 파일 22번째 줄을 아래처럼 수정.
$mail->Host = G5_SMTP; // SMTP server 
$mail->Port = 465;  // set the SMTP port 
$mail->IsSMTP(); 
$mail->SMTPAuth  = true;                  // enable SMTP authentication 
$mail->SMTPSecure = "ssl";                // sets the prefix to the servier 
$mail->Host      = "smtp.gmail.com";      // sets GMAIL as the SMTP server 
$mail->Port      = 465;                  // set the SMTP port for the GMAIL server 
$mail->Username  = "yourusername@gmail.com";  // GMAIL username 
$mail->Password  = "yourpassword";            // GMAIL password   자료출처 http://amina.co.kr/bbs/board.php?bo_table=qna&wr_id=6892
Gmail 내에서 보안설정 변경
https://www.google.com/settings/security/lesssecureapps
보안수준 낮은 앱 사용설정
728x90
  
 
 반응형
 
 
 
 'IT > Computer.Internet' 카테고리의 다른 글
| 구글 드라이브 저장공간 무료 2가가 받으세요! (0) | 2016.02.09 | 
|---|---|
| 구글 지메일, 이메일 발송취소 가능하도록 설정하기 (0) | 2015.07.06 | 
| 주민등록번호가 사용된 사이트 확인 및 자동으로 탈퇴하기 (0) | 2015.06.24 | 
| 토렌트에서 간단하게 클릭 몇 번으로 광고 제거 하기 (1) | 2015.02.09 | 
| 그누보드 g5에서 gmail을 이용한 메일발송 설정하기 (0) | 2014.11.05 | 
| 토렌트에 접속된 내 IP주소 확인 하기 (0) | 2014.10.27 | 
| 노트북 배터리 수명 확인하는 방법 (3) | 2014.03.31 | 
| 특수문자 사용법을 모른다면? 추천한다 이곳!! (2) | 2013.08.03 | 
| 모니터 무결점 테스트 사이트 (0) | 2013.08.01 | 
댓글0