Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

text and HTML Emails

Is there a way to differentiate between text email browsers and HTML email
browsers while sending out an email using ASP, CDONTS and SMTP.
[142 byte] By [Hari] at [2007-11-9 17:46:59]
# 1 Re: text and HTML Emails
Most mail clients today support both text and HTML emails. For best results you will want to send a multipart email that contains both text and HTML parts so the mail client will be able to read the email regardless of whether HTML is supported.

The following article may prove helpful

http://www.jscape.com/articles/sending_html_email_using_java.html
vglass at 2007-11-11 23:18:01 >