LEPTON CMS 7.2.0
feel free to keep it strictly simple...
|
Inherits PHPMailer.
Public Member Functions | |
__construct () | |
sendmail ( $sFrom="", $sSendTo="", $sSubject="", $sMessage="") | |
Static Public Member Functions | |
static | getInstance (&$settings=array()) |
Static Public Attributes | |
static | $instance |
This file is part of LEPTON Core, released under the GNU GPL Please see LICENSE and COPYING files in your package for details, specially for terms and warranties.
NOTICE:LEPTON CMS Package has several different licenses. Please see the individual license in the header of each single file or info.php of modules and templates.
Definition at line 22 of file lepton_mailer.php.
__construct | ( | ) |
Constructor of the class
Definition at line 52 of file lepton_mailer.php.
|
static |
Return the »internal«
array | Optional params |
Definition at line 35 of file lepton_mailer.php.
sendmail | ( | $sFrom = "", | |
$sSendTo = "", | |||
$sSubject = "", | |||
$sMessage = "" ) |
Simple sendMail method
string | Sender from xxx (e-mail) |
string | Address Send to (e-mail) |
string | A subject string |
string | The message(-text) to be send |
Definition at line 126 of file lepton_mailer.php.
|
static |
Definition at line 28 of file lepton_mailer.php.