I’m using Aspose.Email for .net version 19.2
I need to send email messages using the SmtpClient.
The email is created using the MailMessage object.
No matter what i do, the display name is not shown in email clients (…...MailMessage mm = new MailMessage(fromAddress,toAddress); mm.Subject...Subject = "test subject"; mm.Body = "test body"; Test using MailMessage...