Html电子邮件发送为HTML

时间:2016-05-21 20:07:42

标签: php html

所以我有这些标题代码

 $headers = array(
            'MIME-Version:1.0',
            'Content-type: text/html; charset=iso-8859-1',
            'From: Mysterious Islands <no-reply@mysterious-islands.com>',
            'X-Mailer:PHP/' . phpversion(),
        );
        mail($email, 'Account Activation', $message, implode("\r\n", $headers

));

我尝试删除\ r \ n,电子邮件仍以纯文本形式发送,我做错了什么

0 个答案:

没有答案