<% ' Set the address of the SMTP server strHost = "192.168.0.105" ' Body in HTML format strHTML = "J FUTURES FUTURES - Contact Us" & "
" & chr(13) &chr(10) strHTML = strHTML & "Name:" & Request("FullName") & "
" & chr(13) &chr(10) strHTML = strHTML & "From Email: " & Request("Email") & "
" & chr(13) &chr(10) strHTML = strHTML & "Message:
" & Request("Message") & "
" & chr(13) &chr(10) If Request("Submit") <> "" Then Set Mail = Server.CreateObject("Persits.MailSender") ' enter valid SMTP host Mail.Host = strHost Mail.From = Request("Email") Mail.FromName = Request("FullName") Mail.AddAddress "sales@jfutures.com" Mail.AddAddress "support@farrfinancial.com" ' message subject Mail.Subject = "J FUTURES - Contact Us" ' message body Mail.IsHTML = True Mail.Body = "" & strHTML & "" Mail.Send ' send message End If %> J Futures

For more information, call 1-800-256-9217

J Futures
1073 S. Winchester Blvd.
San Jose , CA 95128

or send us an email:

Full Name:

Your Email:

Message :