使用mimemail时Drupal 6错误的邮件消息

使用mimemail时Drupal 6错误的邮件消息,email,drupal,smtp,Email,Drupal,Smtp,我对Drupal6上的mimemail模块有问题。 我正在虚拟Unix服务器上开发一个站点,SMTP服务器当然是另一台服务器上的Micorsoft Exchange,我正在使用mimemail和SMTP模块发送电子邮件 当我自己配置SMTP模块时,一切都是正确的,并且我收到了正确格式的测试消息 如果启用mimemail,为所有邮件设置“使用mime邮件”,然后配置SMTP,则邮件到达,但编码不正确 我希望有人能给我帮助。 我花了很多时间在网络上寻找解决方案,但没有找到答案 以下是我收到的测试消息

我对Drupal6上的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--