I'm getting the above mentioned error when I try to send a mail to Seànèéìòóù@XXX.com
I have done all the necessary changes mentioned in the link SmtpException: The client or server is only configured for e-mail addresses with ASCII local-parts but still my code is not working. Could anyone advice on this.
I have added
smtpClient.DeliveryFormat = SmtpDeliveryFormat.International;
and
var addressFrom = new MailAddress("Seànèéìòóù@Dell.com", "Test Name", Encoding.UTF8);
but still not working.