Using CDONTS for multipart message
Is it possible to use CDONTS to make a multipart email? I'm trying to form an email in ASP that has a text part and a HTML part, so when I send it, clients that can read HTML see the HTML but clients that cannot see the text part. I don't want them seeing code if their email client cannot read HTML, obviously. I've been looking at the properties and methods and can't seem to find anything to do this. Any suggestions?
|