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

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) .

Email bodies

You can specify a character set in the send email options for all send methods. Here is an example using the Typescript client.