Format the email address this way:
VB.NET
mail.From = 'Name <[email protected]>'
mail.To = 'Name <[email protected]>'
C#
mail.From = 'Name <[email protected]>';
mail.To = 'Name <[email protected]>';
Format the email address this way:
VB.NET
mail.From = 'Name <[email protected]>'
mail.To = 'Name <[email protected]>'
C#
mail.From = 'Name <[email protected]>';
mail.To = 'Name <[email protected]>';
Share with