Hi,
My code is:
mail.To =
//Actual my requirement is to send email to atleast 10 destinations at a time
mail.From = "[email protected]";
mail.Subject = "test a mail";
mail.Body = "fdgfghfghggjdfgdfg";
SmtpMail.SmtpServer = "";
SmtpMail.Send(mail);
Response.Write("Mail Sent Sucessfully");
plss help me on this, thanks