|
pd_it_guy -> CDOSYS message body (3/21/2008 11:55:45)
|
After yesterday's success (thank you all again) we have run right smack into another challenge. The repair request form is supposed to send an informative email message to the repair supervisor. That part, the CDOSYS mail, now sends just fine. Today's problem is in the body of the message. It's a strung together block of preamble text, interspersed with some recovered form variables, and more text mixed in. And, it too works just fine, except I would really like to break it up into paragraphs. I tried adding what I though to be a CR LF at the break points by adding &chr(10)&chr(13) and while it continues to work without error, MS Outlook, which is what is going to be used to look at these things completely ignores it and still makes it one big paragraph. I have no ither idea what to bury in the script that will make Outlook or any other mail viewer for tht matter give me a carriage return and line feed. We can live with this, but it's not as professional looking as I would like to be able to turn out. Any ideas would be most appreciated. Thanks in advance
|
|
|
|