|
% Dim strBody If Request.Form("Submit")= "Submit Request" Then If TestCaptcha("ASPCAPTCHA", Request.Form("captchacode")) Then Set cdoConfig = CreateObject("CDO.Configuration") With cdoConfig.Fields .Item(cdoSendUsingMethod) = cdoSendUsingPort .Item(cdoSMTPServer) = "relay-hosting.secureserver.net" .Update End With strBody = "" strBody = strBody & "" strBody = strBody & "
" strBody = strBody & "
" strBody = strBody & "" strBody = strBody & "
| Contact Us | |
| First Name: | " & Request.Form("firstname") & " |
| Last Name: | " & Request.Form("lastname") & " |
| Email: | " & Request.Form("email") & " |
| Phone: | " & Request.Form("phone") & " |
| Company: | " & Request.Form("companyname") & " |
| Requirements: | " & Request.Form("requirements") & " |
" strBody = strBody & "