Problem statement
The colon (:
) symbol is swapped by an underscore(_) in the “from” email field for email templates.
Troubleshooting
- Use colon (
:
) in the “from” field in the “Email Templates”. - Send a test email.
- See that the colon is replaced by an underscore when receiving the email.
Solution
The value of the display name cannot have a colon due to possible conflicts with the header boundaries definition.
The implementation Auth0 uses makes a best effort and replaces the colon with an underscore; some other implementations might do the same but with a whitespace.