묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
메일 인증 관련 문의 드립니다.
2012.09.07 14:03
XE 사용팁
function Mail() { $this ->useGmailAccount( "아이디@gmail.com" , "비밀번호" ); // 이 한줄만 추가하면 됩니다. } |
을보고 이메일, 비밀번호를 넣고 회원가입 테스트를 하면
Invalid address:
Warning: Cannot modify header information - headers already sent by (output started at /home/hanadul/public_html/libs/phpmailer/phpmailer.php:496) in /home/hanadul/public_html/classes/module/ModuleHandler.class.php on line 558
Warning: Cannot modify header information - headers already sent by (output started at /home/hanadul/public_html/libs/phpmailer/phpmailer.php:496) in /home/hanadul/public_html/classes/module/ModuleHandler.class.php on line 558
위와 같이 에러 메시지를 출력합니다.
그러나 메일 확인하면 정상적으로 메일 발송되어 있으며 메일인증도 아무런 문제없이 이루어 집니다.
혹시나 해서
1.5.3.1 1.5.3.1.hotfix1 1.5.3.2 beta 코어 변경 해봤지만 모두 위와 같은 현상이 발생합니다.
회원가입시 위 에러코드문제로 거부 회원이 자꾸만 발생하여 3일을 꼬박 찾아 헤메다 문의 드립니다.
위 에러는 어떤 현상일까요.
원인을 찾았습니다.
회원가입확장모듈의 가입환영메일 보내기와 같이 사용하니 문제가 생기더군요
http://www.xpressengine.com/tip/21149889