我正在尝试使用 php mail() 函数。我正在使用带有端口 25 的远程邮件服务器,我可以远程登录到它并且连接得很好。我已经使用这些设置配置了我的 php.ini,并且还尝试了 ini_set(),但是我收到了这个错误:
PHP Warning: mail(): Failed to connect to mailserver at xxx.xx.xx.xxx; port 25, verify your "SMTP"; and "smtp_port"; setting in php.ini or use ini_set() in D:\....php on line 23
非常感谢任何帮助!我正在使用 Windows Server 2008、Apache 2.2 和 PHP 5.2.17