Function EmailIntegration->is_non_human_email
Definitions
sources/mail_integration.php
- See if we need to skip over an e-mail message, due to it not being from a human.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$subject | string | required parameter | N/A | N/A | Subject line |
$_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) |
$full_header | string | required parameter | N/A | N/A | Message headers |
$from_email | required parameter | N/A | N/A | From address |
Return
- Whether it should not be processed
- Type: boolean
- Set: N/A
- Range: N/A