The FormItAutoResponder hook
The email hook will email an auto-response to the submitter.
Available Properties
It has the following properties to be passed into the FormIt snippet call:
| name | description |
|---|---|
| fiarTpl | Required. Tpl chunk for auto-response message. |
| fiarSubject | The subject of the email. |
| fiarToField | The name of the form field to use as the submitter's email. Defaults to "email". |
| fiarFrom | Optional. If set, will specify the From: address for the email. Defaults to the `emailsender` system setting. |
| fiarFromName | Optional. If set, will specify the From: name for the email. |
| fiarHtml | Optional. Whether or not the email should be in HTML-format. Defaults to true. |
| fiarReplyTo | An email to set as the reply-to. |
| fiarReplyToName | Optional. The name for the Reply-To field. |
| fiarCC | A comma-separated list of emails to send via cc. |
| fiarCCName | Optional. A comma-separated list of names to pair with the fiarCC values. |
| fiarBCC | A comma-separated list of emails to send via bcc. |
| fiarBCCName | Optional. A comma-separated list of names to pair with the fiarBCC values. |