# FormMail.cfg Copyright (c) 2001 Internet Express, Inc.
#
# All lines beginning with '#' are comments. Remove the # in front
# of configuration options you wish to enable.
#
#
# With the exception of 'referers', which can only be set in the config
# file, you can also modify any of these configuration settings from
# within the HTML form itself. For example, a text input that
# asks for the senders email address could be added to the form with
#
# , and you could set the recipient email address for one of your forms
# using
#
# . This last could be used to create several forms on your site that
# send to different contacts within your organization, all using the same
# FormMail.php script.
#
# A comma-separated list of domains to accept CGI requests from. To
# prevent abuse, hosted on servers not in this list will not be able to
# use your copy of this FormMail script.
# JWB Always fill this one out with the client's domain name.
referers = qiwi.co.nz , www.qiwi.co.nz, 74.55.20.74
# Who should emails be sent to? Can include multiple recipients,
# separated by commas.
# JWB Always fill this out rather than putting it in the form - security
# recipient =
recipient = buyit@qiwi.co.nz
# Subject line to include in the emails
# subject = Bulk Fuel Order Form
# Who should the message appear to be from? You can override this
# value from the web page; anything listed here can be used as a default
# when the user leaves any email fields empty.
# email =
# The real name of the sender
#realname =
# Where should the user be redirected after their mail is sent?
# If to a different machine, be sure to include http:// in the URL!
# If this is not set, FormMail will generate its own thank you page (see
# below).
# redirect = bulk_fuel_thankyou.html
# List of form fields the submitter is required to fill out
#required = email,realname
# Where should the user be redirected to if they left required fields
# blank?
#missing_fields_redirect =
#
# Options that control the format of the emails you receive
#
# Order in which to sort fields: 'alphabetic', or a comma-separated list
# specifying the order.
#sort = alphabetic
# List of FormMail config values that should be printed out in the email
#print_config = list,of,variables
# List of webserver environment variables that should be printed out
# in the email
#env_report = list,of,variables
# Uncomment this line if you want empty fields to be included in the email
#print_blank_fields = yes
#
# Options that control the appearance of the 'thank you' page, if the
# redirect page is not enabled
#
# Thank You page: background color
bgcolor = #ffffff
# Thank You page: background image
#background = images/my_background.gif
# Thank You page: color for hyperlinks
#link_color =
# Thank You page: color for followed links
#vlink_color =
# Thank You page: color for active hyperlinks
#alink_color =
# Thank You page: default text color
#text_color =
# Thank You page: page title
#title =
# Thank You page: text for the return link
#return_link_title = Go Back to the Site
# Thank You page: where the return link should take the user
#return_link_url = http://my.site.com/