标签: php email
我有一个简单的例子,我将'content-type'设置为'text / html',收到的电子邮件如下所示:
Subject: Test msg Content-Type: text/html; charset="Windows-1252" <?php echo '<h1>Test</h1>'; ?>
但是电子邮件窗口中显示的消息是:
Test'; ?>
我是否必须将内容类型更改为其他内容,或者甚至无法执行此操作? 用javascript可以吗?