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: