Function Mail_dispatcher_manualproc->manualproc_mail
Definitions
sources/mail2.php
- Send an e-mail.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$to | string | required parameter | N/A | N/A | The TO address |
$subject | string | required parameter | N/A | N/A | The subject |
$message | string | required parameter | N/A | N/A | The message |
$additional_headers | string | required parameter | N/A | N/A | Additional headers |
$additional_flags | string | Blank (empty string) | N/A | N/A | Additional stuff to send to sendmail executable |
Return
- Success status
- Type: boolean
- Set: N/A
- Range: N/A