[thelist] ASP and form question

Paul Backhouse paul.backhouse at 2cs.com
Mon Jul 8 04:52:00 CDT 2002


The way i do this is (eg: form data to be sent through and email - watch
word wrap):


strMessage = "Name: " & Request.Form("name") & Vbcrlf & "Email: " &
Request.Form("name") & Vbcrlf &"Sent from this website."

Then I would do

objMail.Body  = strMessage


cheers

skuff

-----Original Message-----

objMail.Body  = "Sent by: " & Request.Form("fullname") & vbCrlf & vbCrlf_
objMail.Body = objMail.Body & Request.Form("address") & vbCrlf & vbCrlf_
objMail.Body = objMail.Body & Request.Form("city") & vbCrlf & vbCrlf_





More information about the thelist mailing list