Some SMTP clients will only send to internationalized email addresses (addresses with non-ASCII Unicode characters in the localpart) if the receiving server supports the SMTPUTF8 SMTP extension. Gmail, for example, won't send to a non-ASCII address if the receiving server doesn't advertise SMTPUTF8.
It would be nice if guerilla supported SMTPUTF8.
Relevant RFC: https://tools.ietf.org/html/rfc6531
Implementation I added to a different project: mailhog/smtp#3 (this bit, specifically)
Some SMTP clients will only send to internationalized email addresses (addresses with non-ASCII Unicode characters in the localpart) if the receiving server supports the
SMTPUTF8SMTP extension. Gmail, for example, won't send to a non-ASCII address if the receiving server doesn't advertiseSMTPUTF8.It would be nice if guerilla supported
SMTPUTF8.Relevant RFC: https://tools.ietf.org/html/rfc6531
Implementation I added to a different project: mailhog/smtp#3 (this bit, specifically)