Function EmailIntegration->get_email_address_from_header
Definitions
sources/mail_integration.php
- Try and get an e-mail address from an embedded part of an e-mail header.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$header | string | required parameter | N/A | N/A | E-mail header |
Return
- A pair: E-mail address (hopefully), From name (null: failed to parse)
- Type: ?array
- Set: N/A
- Range: N/A