Textpattern | PHP Cross Reference | Content Management Systems |
Description: Adapter for PHP's mail function.
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Mail:: (7 methods):
__construct()
__call()
subject()
body()
header()
send()
addAddress()
__construct() line: 86 |
Constructor. |
__call($name, array $args = null) line: 115 |
Sets or gets a message field. return: \Textpattern\Mail\AdapterInterface param: string $name The field param: array $args Arguments |
subject($subject) line: 141 |
{@inheritdoc} |
body($body) line: 162 |
{@inheritdoc} |
header($name, $value) line: 182 |
{@inheritdoc} |
send() line: 198 |
{@inheritdoc} |
addAddress($field, $address, $name = '') line: 243 |
Adds an address to the specified field. return: \Textpattern\Mail\AdapterInterface param: string $field The field param: string $address The email address param: string $name The name |
title