# This file will allow you to set headers to append to mail messages.
#
# It will also substitute PHP variables into the headers, allowing you
# to send some extra information from the client if you desire.
#
# The format of the lines should be:
# <Header>: <Value | Variable>
#
# Where the parts of the lines are:
#
#  * Header = The letters "X-" and then the header name
#             The "X-" is REQUIRED by RFC's to indicate a user-defined header
#             (as opposed to a standard header)
#  * Value = A text value for the header
#  * Variable = A PHP variable, surrounded by percent ('%') signs
#
# Lines beginning with a "#" sign will be ignored.
#
# Example - Your company/organization name
#X-WebMail-Company: Hotmail Killers, Inc.
#
# Example - Record remote IP Address (useful for tracking abuse)
#X-Originating-IP: %REMOTE_ADDR%
#
# Example - Record the remote browser information (useful for tracking abuse)
#X-Remote-Browser: %HTTP_USER_AGENT%
