Hi,
I have an automatic windows service to send out the emails as scheduled. But the email message i have been receiving is appearing in plain text instead of HTML format. Can someone throw me few tips or ideas where i am making a mistake.
thanks
Loading
ASPbeePosted May 10, 2011, 11:28 AM
Abhimanyu K VatsaPosted May 7, 2011, 12:48 AM
";
Title of Post:
" + "" + v2 + "";
Description of Post:
" + v3;
";
//in above lines I'm building HTML body for mailing, here you can use any standerd html tags
Hope this helps.
Ravishankar SinghPosted May 6, 2011, 11:35 PM
You can match your code from the below:
Look into Bold section.
Did you used the mailformat option? mail format used class system
"System.Web.Mail.MailFormat"
Hope this will helpful for u. :)