![]() |
TYPO3
7.6
|
Public Member Functions | |
| mail ($to, $subject, $body, $headers=null, $extraParams=null) | |
This is the implementation class for Swift_Transport_MailInvoker.
Definition at line 16 of file SimpleMailInvoker.php.
| ( | $to, | ||
| $subject, | |||
| $body, | |||
$headers = null, |
|||
$extraParams = null |
|||
| ) |
Send mail via the mail() function.
This method takes the same arguments as PHP mail().
| string | $to | |
| string | $subject | |
| string | $body | |
| string | $headers | |
| string | $extraParams |
Implements Swift_Transport_MailInvoker.
Definition at line 31 of file SimpleMailInvoker.php.
1.8.3