wCMF
3.6
|
Public Member Functions | |
send ($fromName, $fromEmail, $toEmail, $subject, $body) | |
Class to send mails.
wCMF - wemove Content Management Framework Copyright (C) 2005-2014 wemove digital solutions GmbH
Licensed under the terms of any of the following licenses at your choice:
See the license.txt file distributed with this work for additional information.
Definition at line 26 of file class.Mail.php.
Mail::send | ( | $fromName, | |
$fromEmail, | |||
$toEmail, | |||
$subject, | |||
$body | |||
) |
Send an email.
fromName | The senders name |
fromEmail | The senders email adress |
toEmail | The recipients email adress |
subject | The subject of the email |
body | The body of the email |
Definition at line 37 of file class.Mail.php.