问题
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