<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <% ' Smart Mailer 1.0.7 ' Send on submit of form form1 if Request.ServerVariables("REQUEST_METHOD") = "POST" then Server.ScriptTimeout = 300 Set sm1 = new SmartMailer sm1.checkVersion "1.07" sm1.contentCharset = "us-ascii" Session.CodePage = sm1.getCodepage() sm1.smtpSetup "", "", "", "" sm1.pickup = "" sm1.component = "cdonts" sm1.tmpFolder = "" sm1.embedImages = false sm1.progressBar = "" sm1.ignore_errors = false sm1.useQueue = false sm1.setFrom cStr(Request.Form("name")), cStr(Request.Form("email")) sm1.setTo "Christopher Shea", "cjshea1@optonline.net" sm1.setCc "", "" sm1.setBcc "Webmaster", "sellersbay@gmail.com" sm1.Subject = "Contact form from crosshillpartners.com" ' using static for body sm1.setBody_Static_html "Form submission from Crosshillpartners.com" & vbCRLF & "" & vbCRLF & "Name: " & (cStr(Request.Form("name"))) & "" & vbCRLF & "" & vbCRLF & "Address: " & (cStr(Request.Form("address"))) & "" & vbCRLF & "" & vbCRLF & "City: " & (cStr(Request.Form("city"))) & "" & vbCRLF & "" & vbCRLF & "State: " & (cStr(Request.Form("state"))) & "" & vbCRLF & "" & vbCRLF & "Zip: " & (cStr(Request.Form("Zip"))) & "" & vbCRLF & "" & vbCRLF & "Tel: " & (cStr(Request.Form("tel"))) & "" & vbCRLF & "" & vbCRLF & "Email: " & (cStr(Request.Form("email"))) & "" & vbCRLF & "" & vbCRLF & "Comments: " & (cStr(Request.Form("comments"))) & "" ' Attachments none sm1.sendMail "one" Response.Redirect "thankYou.asp" end if SM_mailAction = getMailAction() %> Contact Cross Hill Partners, LLC
Welcome to Cross Hill Partners

HomeEmail us

 

Contact Cross Hill Partners, LLC
Welcome Cross Hill Partners

Cross Hill Partners


245 Park Avenue, 24th Floor,

New York - 10167.

Ph. : 212.672.1604

Fax : 212.202.6316

Email : info@crosshillpartners.com