Tagged Questions
2
votes
3answers
794 views
Convert non-ascii domain to SMTP compatible
When customers enter email addresses with non-ascii chars like äüö our SMTP rejects to process them.
So I think might be there is a solution to handle those domains myself and convert them to ...
0
votes
0answers
145 views
Setting a bounce address using System.Net.Mail.MailAddress
I am trying to figure our how to set the bounce address of microsoft MailAddress object. I tried setting the Sender but that doesn't seem to work. Any suggestions? Here is some example code I am ...