SMTP and Unicode/UTF-8 characters…? How do I send them? base64 everything?

不打扰是莪最后的温柔 提交于 2019-12-10 10:54:14

问题


Using SMTP, how do you send Unicode/UTF-8 e-mails?

Am I expected to base64 encode the UTF-8 body and specify that in the MIME header or...? How about the headers?

I'm sure there's a standard somewhere the describes this...


回答1:


Check out the RFC 2047.



来源:https://stackoverflow.com/questions/562600/smtp-and-unicode-utf-8-characters-how-do-i-send-them-base64-everything

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