R
RICHARD BROMBERG
I am using CDO to send the content of a form to an e-mail recipient.
The URL is http://www.dickbrom.com/CDOSEND/defaultold.asp
For testing purposes I have hard coded everything except the Message.
Here is the code snippet where I set up the body of the email.
objMessage.TextBody = textofmessage & " Sent by URL =
http://www.dickbrom.com/CDOSEND/defaultold.asp"
I want to insert a newline after the textofmessage.
Any suggestions would be welcome.
Thanks
The URL is http://www.dickbrom.com/CDOSEND/defaultold.asp
For testing purposes I have hard coded everything except the Message.
Here is the code snippet where I set up the body of the email.
objMessage.TextBody = textofmessage & " Sent by URL =
http://www.dickbrom.com/CDOSEND/defaultold.asp"
I want to insert a newline after the textofmessage.
Any suggestions would be welcome.
Thanks