How to display the Name on Email to address



EX:

MailMessage msg = new MailMessage();

Msg.from = new mailAddress(“youraddress@gmail.com”, “Test”);


0 comments: