Textpattern PHP Cross Reference Content Management Systems

Summary: /textpattern/vendors/Textpattern/Mail/Adapter/Mail.php - 263 lines - 6560 bytes - Source - Print

Description: Adapter for PHP's mail function.

Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Mail:: (7 methods):
__construct()
__call()
subject()
body()
header()
send()
addAddress()

Class: Mail


__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

Body