通过localhost发送邮件

时间:2013-04-21 05:41:17

标签: php email localhost

我花了很多时间但没有通过localhost邮寄。我阅读了这么多博客并按照他们的建议进行了尝试,但我无法解决问题。那么我能做些什么才能解决这个问题。 我还尝试了第三方,如sendmail,phpmailer等.... 我的php.ini文件配置是:

[mail function]
; For Win32 only.
; http://php.net/smtp
SMTP = smtp.gmail.com
; http://php.net/smtp-port
smtp_port = 25

; For Win32 only.
; http://php.net/sendmail-from
sendmail_from = ******224401@gmail.com

; For Unix only.  You may supply arguments as well (default: "sendmail -t -i").
; http://php.net/sendmail-path
;sendmail_path ="C:\wamp\sendmail\sendmail.exe -t -i"

任何想法都会非常赞赏...而且提前

1 个答案:

答案 0 :(得分:1)

我认为你需要取消注释这一行

;sendmail_path ="C:\wamp\sendmail\sendmail.exe -t -i"

只需删除分号

sendmail_path ="C:\wamp\sendmail\sendmail.exe -t -i"

并重启你的apache