解决:
\1. 使用命令行发送邮件测试
在linux命令行执行以下代码即可发送邮件
echo "HTML Message goes here" | mail -s "$(echo -e "This is the subject\nContent-Type: text/html")" 332800462@qq.com
\2. 在php函数中使用mail方法发送时,需要指定发送的header参数
HTML email This email contains HTML Tags!
Firstname | Lastname |
---|---|
John | Doe |