Multipart email in ASP
Sending multipart/alternative emails with HTML and plain text segments using PHP is simple and easy. But I have to do the same on a Windows-based server in ASP. I cannot find code samples for this anywhere. How do you get the Content-type information into the headers using CDO or CDONTS?
|