Videos
Check out our tutorial video series.
How to support non-English languages in SMTP email when using ASCII encoding for non-ASCII charsets. Special character punycode guide.
MailSlurp supports email sending and receiving in multiple languages. The SMTP protocol has some limitations around internationalization so see this guide for more information.
Email addresses must be in ASCII format. To encode an email address that is in another character set use Punycode to convert it ot ASCII.
To send an email to a recipient convert the local aspect of the email address (before the
symbol to ASCII characters)
.
You can specify a character set in the send email options for all send methods. Here is an example using the Typescript client.
Check out our tutorial video series.
Email and SMS guides for automation and testing.
View github project code for multiple languages.
Latest posts from the MailSlurp team.
Test, build, and automate messaging with a free MailSlurp account.