Hi,
I have coded an ASP page to send emails with HTML content with attachments. The email and attachments are sending ok. My problem is that when I choose to add attachments, the message is delivered in text rather than HTML. Without adding attachments (using the same pages) the message is delivered in HTML.
I've set the content type as follows:
Mailer.ContentType = "text/html"
I'm confused.
Thanks
I have coded an ASP page to send emails with HTML content with attachments. The email and attachments are sending ok. My problem is that when I choose to add attachments, the message is delivered in text rather than HTML. Without adding attachments (using the same pages) the message is delivered in HTML.
I've set the content type as follows:
Mailer.ContentType = "text/html"
I'm confused.
Thanks