SMTP mail():无法连接到mailserver

时间:2014-06-15 08:39:16

标签: smtp

错误:

Warning: 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

配置:

; For Win32 only.
SMTP = localhost
smtp_port = 25

; For Win32 only.
sendmail_from = 

1 个答案:

答案 0 :(得分:0)

您需要在Windows机器上安装邮件服务器。

我推荐的免费邮件服务器是http://www.hmailserver.com/index.php?page=download

Windows Server 2003具有内置的POP3 / SMTP邮件服务器 当然,Microsoft解决方案是Exchange。

相关问题