<% If Request.ServerVariables("Request_Method") <> "POST" Then %>
" id="Form1" method="post">






GALLERY
 
   3131 Caruso Court



 
   103 W Pineloch Ave



 
   3170 Southgate       Commerce Blvd





Contact Form

For additional information about serving your logistics needs, please call our sales department or contact us by e-mail or complete and submit the form below:

 
Name:
Title:
Company:
Telephone:
E-mail:
Comments:







else <% Dim msg msg = Server.CreateObject("SoftArtisans.SMTPMail") msg.remotehost = "mail.exadev.com" 'set the from address ' If trim(emailaddress.text) = "" Then msg.FromAddress = "MERCY@pineloch.com" ' Else ' msg.FromAddress = emailaddress.text ' End If 'set the to address msg.AddRecipient("MERCY@pineloch.com") 'email subject and body msg.Subject = "SWd Quote Form" msg.BodyText = " CUSTOMER: "+Request.form("name")+" TITLE: "+Request.form("title")+chr(10)+" COMPANY: "+Request.form("COMPANY")+chr(10)+"EMAIL:" +Request.form("emailaddress")+chr(10) 'send the email msg.SendMail msg=nothing End If %>