묻고답하기
제로보드 XE 1.5.2.1 에서 SMTP로 메일전송
2012.03.25 12:48
http://www.xpressengine.com/index.php?mid=tip&document_srl=17630057
이글 보고 SMTP 설정해서 적용해보았더니
------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/hosting_users/fly1004/www/xe/classes/mail/Mail.class.php:1) in /home/hosting_users/fly1004/www/xe/classes/context/Context.class.php on line 84
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/fly1004/www/xe/classes/mail/Mail.class.php:1) in /home/hosting_users/fly1004/www/xe/classes/display/DisplayHandler.class.php on line 312
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/fly1004/www/xe/classes/mail/Mail.class.php:1) in /home/hosting_users/fly1004/www/xe/classes/display/DisplayHandler.class.php on line 334
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/fly1004/www/xe/classes/mail/Mail.class.php:1) in /home/hosting_users/fly1004/www/xe/classes/display/DisplayHandler.class.php on line 335
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/fly1004/www/xe/classes/mail/Mail.class.php:1) in /home/hosting_users/fly1004/www/xe/classes/display/DisplayHandler.class.php on line 336
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/fly1004/www/xe/classes/mail/Mail.class.php:1) in /home/hosting_users/fly1004/www/xe/classes/display/DisplayHandler.class.php on line 337
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/fly1004/www/xe/classes/mail/Mail.class.php:1) in /home/hosting_users/fly1004/www/xe/classes/display/DisplayHandler.class.php on line 338
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/fly1004/www/xe/classes/mail/Mail.class.php:1) in /home/hosting_users/fly1004/www/xe/classes/display/DisplayHandler.class.php on line 339
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/fly1004/www/xe/classes/mail/Mail.class.php:1) in /home/hosting_users/fly1004/www/xe/classes/display/DisplayHandler.class.php on line 92
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/fly1004/www/xe/classes/mail/Mail.class.php:1) in /home/hosting_users/fly1004/www/xe/classes/display/DisplayHandler.class.php on line 92
-------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
이런 오류를 뿜더라고요;;
제 호스팅이 메일전송을 지원하지 않아서 GMX라는 사이트의 smtp를 연동시켜서 사용하려고 하는데
저런 오류를 뿜으면서 적용이 되지않아 질문드립니다.
어떻게 설정하면 SMTP로 메일을 전송할수 있을까요?..
그리고 원래있던 Mail.class.php 파일에서 Gmail 연동도 수정해봤는데 위와같은 오류를 뿜더라고요ㅜㅜ