Re: FN-FORUM: ASPMAIL
date posted 16th January 2004 16:55
> Hi,
> I am trying to send an HTML ASPMAIL message with an attachment but it
is
> coming out as plain text. Am I right in thinking that it isn't possible. I
> have set the ContentType to text/html but I gather that it is ignored if
> there is an attachment
Hi Pam,
There's an option in ASPEmail to Set the content to HTML...
Something like
ObjMail.IsHTML = TRUE
That'll do it for you - I've got it running on about 15 sites with HTML
mail.
Rgds,
C.