Hi..I want to send mail message written in FCKediter with mail message please give me code in asp.net with C#.
and how can send multiple mail to different user at a time
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pramod Kumar NandagiriPosted Apr 11, 2009, 7:17 AM
Hi,
U can use Cc.
Mailmessage mail=new Mailmessage();
mail.To=[email protected];
mail.Cc=" ";