通过 php 脚本发送电子邮件时出现错误。尽管我更改了所有必需的php.ini
设置
SMTP "localhost" PHP_INI_ALL
smtp_port "25" PHP_INI_ALL
sendmail_from NULL PHP_INI_ALL
sendmail_path NULL PHP_INI_SYSTEM
我正在使用wamp
. 收到的错误是这样的:
[function.mail]:无法连接到“PHP_INI_ALL”端口 25 的邮件服务器,请验证您在 php.ini 中的“SMTP”和“smtp_port”设置或在线使用 C:\wamp\www\mail.php 中的 ini_set() 10
为什么会出现这个错误?