boolean mail(
string
$to, string
$subject, string
$body, [string
$headers = null], [string
$extraParams = null])
|
|
Send mail via the mail() function.
This method takes the same arguments as PHP mail().
Tags:
Implementation of:
- Swift_Transport_MailInvoker::mail()
- Send mail via the mail() function.
Parameters: