Function ForumEmailIntegration->send_bounce_email__cannot_bind
Definitions
sources/cns_forum_email_integration.php
- Send out an e-mail about us not recognising an e-mail address for an incoming e-mail.
- 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_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) |