将html签名添加到电子邮件mime消息中

时间:2013-10-28 07:30:46

标签: email mime

我有一个postfix邮件服务器。

我想为每个外发邮件meesage添加一个html签名

我已设法配置postfix以使用内容过滤器,我可以在邮件发送之前阅读。

我收到了消息并将以下内容添加到最后:

--=_Part_2520f4165864eb419312d79028b30761_

Content-Transfer-Encoding: quoted-printable
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">=0A<html><bo=
dy style=3D3D'font-family: Arial,Helvetica,sans-serif'><br /><br /><br /> <=
hr /><b>Please note</b> -  The message sent to you by unique users.<br /></body></html>
--=_Part_7860a1eebb3bd5833e91412077e2bf01_---

当我收到gmail,yahoo或任何其他帐户中的消息时,文本没有显示,但在查看“原始”消息时,我可以在页脚看到我的签名。

我能想到的一件事是我可能需要更新邮件标题的边界

0 个答案:

没有答案