Inherits Plugin.

Public Member Functions | |
| ppMailer () | |
| _load () | |
| create ($to='', $subject='', $body='', $fromemail='', $fromname='') | |
| send ($to='', $subject='', $body='', $fromemail='', $fromname='') | |
Public Attributes | |
| $loaded | |
PRONTO WEB FRAMEWORK Copyright (C) 2006, Judd Vinet
Description: A frontend plugin for SwiftMailer
Definition at line 11 of file mailer.php.
| ppMailer::_load | ( | ) |
| ppMailer::create | ( | $ | to = '', |
|
| $ | subject = '', |
|||
| $ | body = '', |
|||
| $ | fromemail = '', |
|||
| $ | fromname = '' | |||
| ) |
Create an email message. The ppMailer plugin class is basically a factory class that returns a ppMailer_Message object that can be manipulated before being sent.
Definition at line 34 of file mailer.php.
References $mode, _load(), and DS.
Referenced by send().
| ppMailer::ppMailer | ( | ) |
Definition at line 15 of file mailer.php.
References Plugin::Plugin().
| ppMailer::send | ( | $ | to = '', |
|
| $ | subject = '', |
|||
| $ | body = '', |
|||
| $ | fromemail = '', |
|||
| $ | fromname = '' | |||
| ) |
| ppMailer::$loaded |
Definition at line 13 of file mailer.php.
1.6.1