I have smtp email functionality. it works for single address but has problem in multiple address.
i am passing multiple addresses using following line of code.
MailAddress to = new MailAddress("abc@gmail.com,xyz@gmail.com");
Please let me know the problem as i am not getting any error.
I think you can use this code in order to have List of outgoing Addresses having a display Name (also different):