Contact Us

Tel: 416-845-5568

Fax: 416-800-2953

Email: info@uniontechprecision.com

Address: 18 Killaloe Rd #4, Concord, ON L4K 2P2 CANADA

Any Questions? Leave us a message!

<% posted = request.form ("submit") if posted = "Submit" then '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' '' Customize the following 5 lines with your own information. '' '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 'vtoaddress = "gjing2008@hotmail.com" ' Change this to the email address you will be receiving your notices. 'vmailhost = "WinMailSrv" ' Change this to mail.yourDomain or leave as is. 'vfromaddress = "info@jgprecision.com" ' Change this to the email address you will use to send and authenticate with. 'vsubject = "Customer Message From Your Union Tech Precision Website" 'Change this to your own email message subject. Set objMessage = Server.CreateObject("CDO.Message") objMessage.Subject = "Online Appointment from Customer" objMessage.From = "message@jgprecision.com" objMessage.To = "gjing2008@hotmail.com" objMessage.HTMLBody = vmsgbody objMessage.Send ''''''''''''''''''''''''''''''''''''''''''' '' DO NOT CHANGE ANYTHING PAST THIS LINE '' ''''''''''''''''''''''''''''''''''''''''''' vfromfirstname = request.form ("TFirstName") vfromlastname = request.form ("TLastName") vbody = request.form ("TBody") vrplyto = request.form ("TEmail") vhomephone = request.form ("THomePhone") vcellphone = request.form ("TCellPhone") vmsgbody = "First Name: " & vfromfirstname &"
"& "Last Name: " & vfromlastname &"
"& "Email: " & vrplyto & "
" & "Office Phone: " & vhomephone & "
" & "Cell Phone: " & vcellphone & "
" & "Message: " & vbody Set objEmail = Server.CreateObject("Persits.MailSender") objEmail.Host = vmailhost objEmail.From = vfromaddress objEmail.AddAddress vtoaddress objEmail.Subject = vsubject objEmail.Body = vmsgbody objEmail.IsHTML = True objEmail.Send vErr = Err.Description if vErr <> "" then response.write vErr & "

There was an error on this page.

" else response.write "

You message has been sent. We will contact you shortly.

" End If Set objEmail = Nothing end if %>

First Name:

*

Last Name:

*

Cell Phone:

Office Phone:

Email Address:

*

Message: