Forum Moderators: open

Message Too Old, No Replies

ASP CDONTS Mail problem!

sending html format mail problem

         

sidO

9:33 am on Jun 2, 2004 (gmt 0)

10+ Year Member



Hi,Everbody i have a strange problem in sending mail in CDONTS in HTML format.
my body string is a long HTML code that breaks after each line & most of my emails are shown correctly but there are times that i get a mail with HTML tags inside the body like when you write unclosed tags.
its like sometimes it ignore some of the HTML tags.
my body format & mail format are both set to - 0 .
any ideas will be welcome.
Cheers,
Sid

macrost

3:04 pm on Jun 2, 2004 (gmt 0)

10+ Year Member



Welcome to WebmasterWorld sid0!

I think that if it only happens so often, it has to be the mail client in which it is viewed. If your mailformat and bodyformat are both set to 0, then it should send html if your message is well formed html so the mail client can read it.

sidO

7:45 am on Jun 3, 2004 (gmt 0)

10+ Year Member



thanks,
i think the problem was the string was too long,
i broke every line with &vbCrLf and so far it works ok.
thank you
Cheers
Sid