Function EmailIntegration->send_bounce_email__attachment_errors
Definitions
sources/mail_integration.php
- Send out an e-mail about us having some problem(s) with attachments.
- 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 |
$body | string | required parameter | N/A | N/A | Body of original message |
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) | |
$errors | array | required parameter | N/A | N/A | Attachment errors |
$url | string | required parameter | N/A | N/A | URL to content |