我在drupal 6上遇到了mimemail模块的问题。 我正在虚拟Unix服务器上开发一个站点,SMTP服务器是Micorsoft Exchange(当然在另一台服务器上),我正在使用mimemail和SMTP模块发送电子邮件。
当我自己配置SMTP模块时,一切正常,我收到的测试信息格式正确。
如果我启用了mimemail,请设置“为所有邮件使用mime邮件”,然后配置SMTP,邮件到达但邮件编码不正确。
我希望有人能给我一个帮助。 我花了很多时间在网上搜索解决方案,但我找不到答案。
以下是我收到的测试信息:
This is a multi-part message in MIME format.
--ca2a0ce37a649a90e1efc6d650f2387c
Content-Type: multipart/mixed; boundary="44b02f56426ca5bf19322ab80ca53d99"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
--44b02f56426ca5bf19322ab80ca53d99
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
If you receive this message it means your site is capable of sending e-mail.
--44b02f56426ca5bf19322ab80ca53d99
Content-Type: text/html; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
<!--
@charset "UTF-8";
body{background:#FFF;}
*{font-family:Arial,Helvetica,sans-serif;font-size:12px;color:#006;}
-->
</style>
</head>
<body id="mimemail-body" class="mail-smtp-smtp-test">
<div id="center">
<div id="main">
<p>If you receive this message it means your site is capable of sending e-mail.</p>
</div>
</div>
</body>
</html>
--44b02f56426ca5bf19322ab80ca53d99--
--ca2a0ce37a649a90e1efc6d650f2387c--