【发布时间】:2021-12-24 04:01:20
【问题描述】:
当我尝试用 PHP 发送电子邮件时,我不断收到此错误:
Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\wamp\www\dressoholic\register.php on line 50
我的 php.ini 看起来像这样:
[mail function]
; For Win32 only.
; http://php.net/smtp
SMTP = localhost
; http://php.net/smtp-port
smtp_port = 25
; For Win32 only.
; http://php.net/sendmail-from
sendmail_from = you@yoursite.com
我将笔记本电脑用作服务器。我做错了什么?谢谢。
【问题讨论】:
-
您有 SMTP 服务器设置吗?
-
一些问题,1.您是否重新启动了服务器,2.您的笔记本电脑上是否运行了邮件服务器,3.我们的 SMTP 侦听? cmd >
netstat -aon? -
不,我没有运行邮件服务器,我在 Windows 7 上,必须找到一个邮件服务器并尝试.. 谢谢。