IIS 6.0 UTF8 support for local email robért@domain.com 2 hours, 38 minutes ago|LINK
Is there anyway for IIS 6.0 to handle the local part of the email with UTF-8 Characters - robért@domain.com
I have the correct code.
mMailMessage.To.Add(New MailAddress(recepient, recepient, Encoding.UTF8))
'Instantiate a new instance of SmtpClient
Dim mSmtpClient As New SmtpClient()
mSmtpClient.DeliveryFormat = SmtpDeliveryFormat.International
' Send the mail message
mSmtpClient.Send(mMailMessage)
I have tested with a really great developer tool called PaperCut which was adjusted to accept UTF-8 local part of email. - https://github.com/ChangemakerStudios/Papercut (Be sure to use the development branch).