[thelist] ASP and email creation

Rob Smith rob.smith at THERMON.com
Thu Sep 9 14:03:50 CDT 2004


Hi list,

On php you can do \r\n to force a new line carriage return. Is the ASP
equivalent vbCRLF?

I'm making and ASPSendMail email with CDONTS and I'm abandoning the html
email creation and resorting back to plain text.

So, before it was to get html:

myCDONTSMail.bodyformat = 0
myCDONTSMail.mailformat = 0
myCDONTSMail.Body = " .. blah blah <br>"

to, after
myCDONTSMail.Body = " .. blah blah " & vbCRLF

Can someone confirm that will do the trick?

Rob Smith


More information about the thelist mailing list