Thunderbird 中带有内联图像和附件的 phpmailer
我使用 phpmailer 发送邮件,但 Thunderbird 的“内联图像”和“附件文件”有问题!
如果我仅使用“附件文件”,我可以在 Thunderbird 中看到附件图标,但是对于邮件中的“内嵌图像”和“附件文件”,附件图标不会显示在 Thunderbird 中(与所有其他网络邮件(如 gmail、hotmail、yahoo 等)正常工作)
我已经检查了这些帖子
http://forums.mozillazine.org/viewtopic.php?f=39&t =2245979
https://bugzilla.mozilla.org/show_bug.cgi?id=682226
但我无法解决这个问题
I using phpmailer to send mail but I have a problem with Thunderbird with 'inline images' and 'attachment file' !
If I use only 'attachment file' I can see the attachment icon in Thunderbird, but with both, 'inline images' and 'attachment file' in the mail, the attachment icon is not showed in Thunderbird (works fine with all other webmail like gmail, hotmail, yahoo, etc...)
I already checked these posts
http://forums.mozillazine.org/viewtopic.php?f=39&t=2245979
https://bugzilla.mozilla.org/show_bug.cgi?id=682226
but I can not solve this problem
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我有一个类似的问题。
升级到 PHP Mailer 的最新版本 (v5.2.1)。
在 AddAttachment(arg1,arg2) 中,不要忘记精确 arg2。
I had a similary problem.
Upgrade to the last version of PHP Mailer (v5.2.1).
In the AddAttachment(arg1,arg2) dont forget to precise the arg2.