这可能不是最合适的地方,我已经在Mozilla论坛上发布了,但我猜SO得到了更多的眼球…总之:
我们正在生成一个带有内联图像的HTML电子邮件。它们在Outlook 2007中显示良好,但在Thunderbird 2.0.0.23中不能内联呈现,它们显示为附件。我在我的雷鸟客户端中设置了以下内容:
Display attachments inline: tick
Message Body As: Original HTML
据我所知,各种标题是正确的(来自雷鸟视图源):
------=_Part_1_9884354.1303120232543
Content-Type: image/gif; name=classpath_466bd94ae6b_before.gif
Content-Transfer-Encoding: base64
Content-Disposition: inline; filename=classpath_466bd94ae6b_before.gif
Content-ID: <classpath_466bd94ae6b_before.gif>
和HTML(雷鸟源码):
<img title=3D"Before" alt=3D"Before" height=3D"13" width=3D"52" src=3D"cid:classpath_466bd94ae6b_before.gif"/>
根据文档,一切看起来都很好,欢迎任何建议。
谢谢
我有同样的问题,并通过更改Content-Type: multipart/mixed;to Content-Type: multipart/related;(在构造的电子邮件的MIME中)