前端之家收集整理的这篇文章主要介绍了
php发送html格式文本邮件的方法,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
本文实例讲述了PHP发送html格式文本邮件的方法。分享给大家供大家参考。具体实现方法如下:
PHP;">
PHP
$to = "simon@mailexample.com,elaine@mailexample.com"; //设置收件人
$subject = "This is a test"; //设置E-mail
主题
//设置E-mail
内容:
$message = "
This is a test
@H_
403_7@
Dear all,
This is a test for HTML mail sending.