Mail is a singleton class that handles sending mail in an easy, __autoload friendly fashion.
Definition at line 10 of file mail.inc.php.
Static Public Member Functions | |
| send ($to, $subject, $message, $html=null, $from=null) | |
| send our mail to an address | |
| setMailer (phpmailer $mailer) | |
| set our mailer object. | |
| getMailer () | |
| get our mailer object. | |
Private Member Functions | |
| __construct () | |
| no instantiation... | |
Static Private Attributes | |
| $mailer | |
| this is our mailer class instance. | |
|
|
no instantiation... singleton class Definition at line 20 of file mail.inc.php. |
|
|
get our mailer object.
Definition at line 55 of file mail.inc.php. |
|
||||||||||||||||||||||||
|
send our mail to an address
Definition at line 35 of file mail.inc.php. Referenced by BaseUser::mail(), and EmailSMSProvider::send(). |
|
|
set our mailer object.
Definition at line 45 of file mail.inc.php. |
|
|
this is our mailer class instance.
Definition at line 15 of file mail.inc.php. |
1.3.9.1