How to set up from encoding? #146
Answered
by
james-d-elliott
Dennis-Zhang-SH
asked this question in
Q&A
-
it seems it's default in quoted-printable format, how can I set it to base64 format? |
Beta Was this translation helpful? Give feedback.
Answered by
james-d-elliott
Sep 18, 2023
Replies: 1 comment
-
mail.Msg has a SetEncoding() func, however generally for readable portions of an email (i.e. non-attachments) you should use quoted printable, 8bit, or 7bit. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wneessen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mail.Msg has a SetEncoding() func, however generally for readable portions of an email (i.e. non-attachments) you should use quoted printable, 8bit, or 7bit.