我有一个运行各种应用程序服务器的 Windows Server 2003 / IIS Web 服务器,最后不得不将 PHP 添加到其中。我知道 Win/IIS 不是 PHP 的理想环境,但这就是我所拥有的,我需要让它发挥作用。
从phpinfo()
:
Configuration File (php.ini) Path: C:\WINDOWS
Loaded Configuration File: C:\php\php.ini
从C:\php\php.ini
:
[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25
; For Win32 only.
;sendmail_from = [email protected]
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
;sendmail_path =
; Force the addition of the specified parameters to be passed as extra parameters
; to the sendmail binary. These parameters will always replace the value of
; the 5th parameter to mail(), even in safe mode.
;mail.force_extra_parameters =
最后,我设置了 IIS 来运行允许连接和中继的 SMTP 中继,但只能从本地主机进行。
但是当我尝试使用时mail()
,出现此错误:
The e-mail could not be sent.
Possible reason: your host may have disabled the mail() function...
有任何想法吗?
答案1
您是否在本地主机上配置了 SMTP 服务器?如果没有,则有两种方法:1. 使用 ISP 的 SMTP 而不是本地主机 2. 在本地主机上配置 SMTP 服务器。还有更多选项:a) 与 win2k3 (appwiz.cpl) 捆绑 b) 使用第三方 smtp 服务器