Action: gform_after_email
Fires after an email is sent
Parameters
| Name | Type | Description |
|---|---|---|
| $is_success | bool | True is successfully sent. False if failed |
| $to | string | Recipient address |
| $subject | string | Subject line |
| $message | string | Message body |
| $headers | array | Email headers |
| $attachments | string | Email attachments |
| $message_format | string | Format of the email. Ex: text, html |
| $from | string | Address of the sender |
| $from_name | string | Displayed name of the sender |
| $bcc | string | BCC recipients |
| $reply_to | string | Reply-to address |
| $entry | array | Entry object associated with the sent email |
| $cc | string | CC recipients |
Source
Defined in common.php at line 2366