I need to send group mails from Asp.net application using System.net.Mail.
The scenario is , this is a job alert which i need to send for more than 100 candidates.
I cannot keep adding cc.to.Add everytime to each address.
please advise me a better code for the same. The ids are available in database anyway and i am picking them up with a dataset.