XOOPS RMCommon Utilities
2.1.8.91RC
|
Public Member Functions | |
mail ($to, $subject, $body, $headers=null, $extraParams=null) | |
Definition at line 18 of file MailInvoker.php.
Swift_Transport_MailInvoker::mail | ( | $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 |
Implemented in Swift_Transport_SimpleMailInvoker.