Email Documentation ====================================== The email connector is very simple to setup. The only thing to worry about is making sure the email address on the account matches the email address you would like the emails to go to. You can change your email address on the `Account Info page `_ Anti-Virus and AntiMalware ---------------------------------------------------- It is not always necessary, but we recommend whitelisting the tier2tickets installation folder (C:\\Program Files(x86)\\tier2tickets). We regularly submit our code through VirusTotal to make sure we are not getting flagged, but almost all AV/M interactions cause some sort of failure. `Webroot `_ in particular can cause issues with screenshots. Dispatcher Rules ---------------------------------------------------- This is the list of variables that can be accessed when using the :ref:`Dispatcher Rules `. +--------------------------------------------------------------+-------------------------------------------------------------+ | Read/Write | Read Only | +==============================================================+=============================================================+ | :ref:`msg` | :ref:`content/automations/dispatcher:*selections*` | +--------------------------------------------------------------+-------------------------------------------------------------+ | :ref:`subject` | :ref:`content/automations/dispatcher:*hostname*` | +--------------------------------------------------------------+-------------------------------------------------------------+ | :ref:`content/integration/email:*email_disclaimer*` | :ref:`content/automations/dispatcher:*name*` | +--------------------------------------------------------------+-------------------------------------------------------------+ | :ref:`content/integration/email:*prepend_subject*` | :ref:`content/automations/dispatcher:*email*` | +--------------------------------------------------------------+-------------------------------------------------------------+ | | :ref:`content/automations/dispatcher:*ip*` | +--------------------------------------------------------------+-------------------------------------------------------------+ | | :ref:`content/automations/dispatcher:*mac*` | +--------------------------------------------------------------+-------------------------------------------------------------+ | | .. raw:: html | | | | | | | | | | | | :ref:`input_cell` | +--------------------------------------------------------------+-------------------------------------------------------------+ | | .. raw:: html | | | | | | | | | | | | :ref:`input_phone` | | | | +--------------------------------------------------------------+-------------------------------------------------------------+ | | .. raw:: html | | | | | | | | | | | | :ref:`input_company` | +--------------------------------------------------------------+-------------------------------------------------------------+ | | .. raw:: html | | | | | | | | | | | | :ref:`input_email` | +--------------------------------------------------------------+-------------------------------------------------------------+ | | .. raw:: html | | | | | | | | | | | | :ref:`input_name` | +--------------------------------------------------------------+-------------------------------------------------------------+ Field Definitions ^^^^^^^^^^^^^^^^^ *subject and msg* """""""""""""""""""""""" **the email subject and message from the ticket submission** .. image:: images/email.png *email_disclaimer* """""""""""""""""""""""" **Append something to the top of the body of the email message** .. image:: images/email-disclaimer.png *prepend_subject* """""""""""""""""""""""" **This is True by default. It controls whether or not the email subject is prepended with Fwd: ** *input_** """""""""""""" **Additional information provided in the body of the email** .. image:: images/email-input.png *other* """"""" There may be additional variables which are common to all integrations. Those are documented :ref:`here `