Hi,
I didn't see this anywhere else on the forum.
I use godaddy as my host, when I send an email, I'd like to insert linebreaks.
for example:
Code:
myMessage.Body = "line 1..." & vbCrLF & "line 2..." & vbCrlf & "line 3..."
When the email is sent, the text shows fine, but the linebreaks are not inserted. I've also tried controlchars.newline, system.environment.newline and controlchars.crlf instead of the vbCrLf.
Besides reading a template from a text file, and then replacing the ##keyword##, as done on pg 324-325, is there a way to show the line breaks in the message?
My reason for doing this is, on my contactme.aspx, I have a name, phone number and textbox field that i read directly into the message body.
Thanks!