Does Postmark support UTF-8 characters in the “From” name?
Currently, Postmark does not support UTF-8 characters (such as accented letters or non-Latin characters) in email addresses or headers when sending via SMTP.
Why UTF-8 isn’t supported
Postmark’s SMTP servers, which are built on Postfix, don’t have the SMTPUTF8 extension enabled. This extension is required to properly handle non-ASCII characters in email addresses and headers like the “From” name.
While SMTPUTF8 is part of the modern email standard, enabling it would require broader changes across Postmark’s sending infrastructure. For now, SMTP sending is limited to ASCII-only characters.
Recommended workaround
If you’re sending via SMTP, use standard English (ASCII) characters in your “From” name and email address to ensure your messages send successfully.
If you need to include accented or non-Latin characters in sender details, consider using Postmark’s Email API, which provides more flexibility in message encoding.
Learn more: