Hi,
I use code to send mail using my office365 mailbox. This is working fine. But i am not able to change the sender NAME .
Is this not possible, or ... ?
Dim Mail As SmtpMail = New SmtpMail(".....")
Mail.From.Address = "mail@address.com
Mail.From.name = "Name of the sender"
Originally Posted by: KarlDec