Monday, March 26, 2012

html formated mail .

Hi Everybody,

I have developed an asp.net application. I want to send mail to a member when any one get memebrship first time. only <html><body> and <br> tags work fine but when i use the <table> tag or image tag. then it does not work. inspite of showing table it becomes a part of the mail body as a string. is it possible to embed images in mail and apply table to send html formatted mails? if some body knows the sol. then plz guide me.

Hussain Shah

You cannot embed images into an email, you can only link to them from a hosting location (your web server). This is becoming a no no for email because a lot of spam filters will filter out images or filter out email all together if there are images in them. Outlook 2003 is a good example. What email component are you using to send your emails? You may want to look at one like aspemail from persits that will properly send multipart (html and text) emails.

No comments:

Post a Comment