Do most email clients support MHTML?

和自甴很熟 提交于 2019-12-13 01:14:55

问题


Do all modern email clients (online and desktop apps) support MHTML email content in which images and other resources are embedded in the email?

In addition is this the standard that should be used to get a consistent HTML email message out or is it better to send HTML emails with linked resources.

Note: I am aware of the 7 reasons why HTML e-mail is EVIL but it is essential in this case. Also I have seen the article on css support in HTML emails and know these pitfalls.


回答1:


Pretty well all of them. MIME multipart is pretty durn common at this point.




回答2:


Yes, just keep in mind that many clients do not load the images by default to avoid giving away "alive" account details to spammers.

Don't expect JavaScript to work (some users have it and it works), but Outlook/Outlook Express have had a bad history with JavaScript and IIRC have completely blocked it by default in recent versions.



来源:https://stackoverflow.com/questions/793404/do-most-email-clients-support-mhtml

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!