<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% If (CStr(Request("MM_email")) = "TechSuppForm") Then If (Not MM_abortEdit) Then ' execute the Mail Dim mailbody mailbody = "Online Technical Support Form" + vbLf + vbLF mailbody = mailbody + "First Name : " & Request.Form("First_Name") + vbLf + vbLF mailbody = mailbody + "Last Name : " & Request.Form("Last_Name") + vbLf + vbLF mailbody = mailbody + "Email : " & Request.Form("email_address") + vbLf + vbLF mailbody = mailbody + "City : " & Request.Form("City") + vbLF + vbLF mailbody = mailbody + "Address : " & Request.Form("Address") + vbLF + vbLF mailbody = mailbody + "Province : " & Request.Form("_7421744606509652") + vbLF + vbLF mailbody = mailbody + "Business Phone : " & Request.Form("Business_Phone") + vbLF + vbLF mailbody = mailbody + "Fax : " & Request.Form("Fax") + vbLF + vbLF mailbody = mailbody + "Type of request : " & Request.Form("Request") + vbLF + vbLF mailbody = mailbody + "Describe your problem : " & Request.Form("Description") + vbLF + vbLF set imsg = createobject("cdo.message") set iconf = createobject("cdo.configuration") Set Flds = iConf.Fields With Flds .Item("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2 .Item("http://schemas.microsoft.com/cdo/configuration/smtpserver") = "mail.autopage.biz" .Update End With With iMsg Set .Configuration = iConf .To = "customercare@autopage.biz" .From = """autopage.biz"" " .CC = "" .Subject = "Online Technical Support Form" .TextBody = mailbody .fields.update .Send End With set imsg = nothing set iconf = nothing Response.Redirect("http://www.autopage.biz/techform-thankyou.htm") end if End If %> Autopage Cellular
contact form | e-mail customer care | disclaimer | download company profile (pdf) | guestbook | technical support form | support
Fields marked with * are compulsary

First Name *

Last Name *

e-Mail address *

City *

Address *

Province *

Business Phone *

Fax

Type of Request *

Descibe your problem (max 200 words)

 

 

Please note the following terms and conditions:

 
 

Have you read the above terms and conditions?

Do you agree with the terms and conditions set out herein?