php mail localhost

时间:2011-10-06 07:21:57

标签: php

我一直收到这个错误:

 Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set

我正在使用Windows机器和php邮件设置:

[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 = sales@megadirectory.co.uk

有人可以告诉我在php.ini文件中放置什么设置或给我一些ini_set设置

由于 萨姆

1 个答案:

答案 0 :(得分:2)

您应该使用SMTP服务器并将其地址和端口设置为php.ini。