Function EmailIntegration->process_incoming_message
Definitions
sources/mail_integration.php
- Process an e-mail found.
- Visibility: protected
- Is abstract?: No
- 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 | |
$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) |