Hello,
I am sending mail from my application. I want to send the content of mail in table format. I have used Telerik HTML editor and have used html tags to create table as the HTML editor content. But in mail i cannot see the table. Please help.Thankyou
Loading
Manoj SevdaPosted Nov 18, 2011, 11:06 PM
SmtpClient smtpConfirmation = new SmtpClient(host, port);
and set
mmConfirmation.IsBodyHtml = true;
when you are sending mail.
GauriPosted Nov 21, 2011, 5:04 AM
Prabhu RajaPosted Nov 17, 2011, 11:56 PM
GauriPosted Nov 17, 2011, 7:36 AM
Prabhu RajaPosted Nov 17, 2011, 7:31 AM
Bharat BhushanPosted Nov 17, 2011, 7:08 AM
Se this article.
http://usingaspdotnet.blogspot.com/2011/07/newsletter-in-aspnet.html
In this article m sending html format inside the email.