

Online
Manual / Creating The Templates / Environment
variables output
This <output>
allows you to output an environment variable which is useful for including
the user's browser, and/or IP address in the e-mail results.
Usage:
<output type="environment" name="[variable]">
Arguments:
Example:
Here's
an example on how to show the user's browser:
| [output
type='environment' name='HTTP_USER_AGENT'] |
Or, to
show the visitor's IP address:
| [output
type='environment' name='HTTP_HOST'] |
|