How can I add an alias when sending mail using Mail.MailMessage in VB.NET?
I would like to do this:
Dim msg As new Mail.MailMessage
msg.From = MagSoft <magnus@company.com>
msg.Send
But this picks up my real name Magnus Österberg (stored in the SMTP server?)
and shows that as sender when I view the e-mail in Outlook.