Function EmailIntegration->_process_incoming_message
Definitions
sources/mail_integration.php
- Process an e-mail found.
- Visibility: protected
- Is abstract?: Yes
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$from_email | required parameter | N/A | N/A | From e-mail | |
$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) | |
$from_name | string | required parameter | N/A | N/A | From name |
$subject | string | required parameter | N/A | N/A | E-mail subject |
$_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) |
$attachments | array | required parameter | N/A | N/A | Map of attachments (name to file data) |