Function TicketsEmailIntegration->send_bounce_email__error
Definitions
sources/tickets_email_integration.php
- Send out an e-mail about an error occurring.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$subject | string | required parameter | N/A | N/A | Subject line of original message |
$error | string | required parameter | N/A | N/A | The error message to send to the member |
$_body_text | ?string | required parameter | N/A | N/A | E-mail body in text format (null: not present) |
$_body_html | ?string | required parameter | N/A | N/A | E-mail body in HTML format (null: not present) |
required parameter | N/A | N/A | E-mail address we tried to bind to | ||
$email_bounce_to | required parameter | N/A | N/A | E-mail address of sender (usually the same as $email, but not if it was a forwarded e-mail) |