Thursday, 31 July 2014

Unable to send an email to multiple addresses/recipients using C#

message.To.Add("one@example.com, two@example.com"));
The e-mail addresses to add to the MailAddressCollection. Multiple e-mail addresses must be separated with a comma character (",").

No comments:

Post a Comment