本帖最后由 阿里云服务商 于 2017-7-5 09:47 编辑
打开对应该的PHP的配置文件按 Ctrl+F 输入 stmp 查找。在1000行。
; 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 = me@example.com
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
; http://php.net/sendmail-path
; sendmail_path = /usr/bin/sendmail -t -i
|