<%@ Page Language="VB" EnableSessionState="False" EnableViewState="False" Trace="False" Debug="False"%> <%@ Import Namespace="System.Web.Mail" %> FPIS Brochure Distribution - Contact Us
FPIS Brochure Distribution & Travel Marketing

brochure distribution & travel marketing

Call us at 800-346-5977
Brochure Coverage Areas
Need to Know
Benefits
Custom Displays
TravelAid.com
Printing Brochures
Military Distribution
Travel Agents
Affiliations
Awards
Our History
Contact Us

Professional Brochure Distributors

Contact Us

<% 'begin asp mail if request.form("Submit") <> "" then Dim objMail As New MailMessage() dim thismessage thismessage = thismessage & vbcrlf & "Name - " & request("Your Name") thismessage = thismessage & vbcrlf & "Company - " & request("Your Company") thismessage = thismessage & vbcrlf & "Email - " & request("Your Email") thismessage = thismessage & vbcrlf & "Address - " & request("Your Address") thismessage = thismessage & vbcrlf & "City - " & request("Your City") thismessage = thismessage & vbcrlf & "State - " & request("Your State") thismessage = thismessage & vbcrlf & "Zip - " & request("Your Zip") thismessage = thismessage & vbcrlf & "Phone - " & request("Your Phone") thismessage = thismessage & vbcrlf & "Fax - " & request("Your Fax") thismessage = thismessage & vbcrlf & "Business Type - " & request("Your Business Type") thismessage = thismessage & vbcrlf & "Message - " & request("Your Message") objMail.From = request("Your Email") objMail.To = "info@fpis.com" objMail.Subject = "FPIS.com - Request for more info" objMail.Body = thismessage objMail.BodyFormat = MailFormat.Text SmtpMail.SmtpServer = "localhost" SmtpMail.Send(objMail) response.write ("

Your message has been sent.

You should expect a reply within 24 hours.

Thank You!

") else %>

FPIS, Inc.
220 Story Road
Ocoee, FL 34761
Phone 800.346.5977 or 407.656.8818
Fax 407.877.6629

Online Form Submission

Fill out and submit the form below to have one of our friendly associates contact you with details on how your business can succeed with FPIS brochure distribution. * indicates required fields.

Name :

*

Company :

*

E-mail :

*

Address :

City :

State :

*

Zip :

Phone :

*

Fax :

Business Type :

*

Message :

 


Instant Email Sender

If you would like to send an email directly to a particular department, select it from this menu

<% end if %>