geoff2005
07-17-2005, 05:36 AM
hi guys!
am trying to make a carriage return of the following:
Mailer.BodyText = "From: " & Request.Form("FROM") & VbCrLf & VbCrLf & "Message: " & Request.Form("MESSAGE")
but it doesnt work.
when i received the email on my mailbox, the format is all in one line, like this:
From: Anyone Message: Test message only
but i would like the "Message:" to appear in the second line.
anyhelp would be appeciated. thanks!
am trying to make a carriage return of the following:
Mailer.BodyText = "From: " & Request.Form("FROM") & VbCrLf & VbCrLf & "Message: " & Request.Form("MESSAGE")
but it doesnt work.
when i received the email on my mailbox, the format is all in one line, like this:
From: Anyone Message: Test message only
but i would like the "Message:" to appear in the second line.
anyhelp would be appeciated. thanks!