When mailing html e-mail through asp I get no item as set in css
After sending an e-mail through with an asp mailer the message is in plain text. All the css classes I added are not shown in Outlook. When viewing the source I can see it is all there. Anybody have a clue?
After reading http://www.w3schools.com/asp/asp_send_email.asp on sending emails with asp I changed CDONTS into CDO and that made a big difference. Now I get all html code into the incoming e-mail (using Outlook). Problem solved.