【发布时间】:2014-06-10 20:40:05
【问题描述】:
mail("xxxxx@xxxxxx.com",
'This is the subject!',
'<div style="background:black;color:green;width:100%;height:1000px;">Email email message message HEy</div>',
"Content-type: text/html; charset=iso-8859-1; From: 1234abc"
);
当我将它发送到我的邮件时,它显示为黑色背景和绿色文本。但是From 标头不起作用。它只显示为 apache apache@ns209646.ip-188-165-193.eu,其中 188.165.193.158 是我的服务器 IP 地址。
【问题讨论】:
-
尝试
From: 1234abc <1234abc@kas-craft.com>并用新行分隔标题。