关于php 用 mail 函数发送邮件
使用前有必要先看看文档:
来自php手册:https://www.php.net/manual/zh/ref.mail.php
windows 环境下, mail 函数 当前是发送不了邮件的!
所以嘛, 下面是关键步骤:
– 需要下载 sendmail.zip 这个插件包 http://glob.com.au/sendmail/ (记得解压缩哈! 路径后面是会用到的, 别藏得太深)
– 编辑 php.ini 配置文件中 【mail function】 相关配置项 (后面附截图)
– 编辑 上面 sendmail 配置文件 sendmail.ini 中[sendmail] 配置项 (同上)
接下来就是看图说话了
php.ini 配置项(改了配置文件记得重启服务 ^0 ^)
sendmail.ini配置项:
; force the sender to always be the following email address
; this will only affect the "MAIL FROM" command, it won't modify
; the "From: " h