질문
Q #9992
ci 메일
ci_chobo
2012-08-17 17:56:16
Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set()
이 에러가 php.ini 셋팅이 제대로 안되어있어서 에러가 나는 거라고 알고 있는데요
[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25
; For Win32 only.
;sendmail_from = me@example.com
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
;sendmail_path = "D:\xampp\sendmail\sendmail.exe -t"
; Force the addition of the specified parameters to be passed as extra parameters
; to the sendmail binary. These parameters will always replace the value of
; the 5th parameter to mail(), even in safe mode.
;mail.force_extra_parameters =
검색해보니 이 부분을 고쳐야 하는걸로 생각되는데 어떻게 고쳐야 하는지는 잘 안나와있네요
어디를 손봐줘야 메일이 보내질까요???
smtp 서버가 있으신건가요?