ppMailer Class Reference

Inherits Plugin.

Collaboration diagram for ppMailer:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ppMailer ()
 _load ()
 create ($to='', $subject='', $body='', $fromemail='', $fromname='')
 send ($to='', $subject='', $body='', $fromemail='', $fromname='')

Public Attributes

 $loaded

Detailed Description

PRONTO WEB FRAMEWORK Copyright (C) 2006, Judd Vinet

Author:
Judd Vinet <jvinet@zeroflux.org>

Description: A frontend plugin for SwiftMailer

Definition at line 11 of file mailer.php.


Member Function Documentation

ppMailer::_load (  ) 

Definition at line 20 of file mailer.php.

References DS.

Referenced by create(), and send().

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.

Returns:
object

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 = '' 
)

Create and send an email message.

Returns:
boolean

Definition at line 92 of file mailer.php.

References _load(), and create().


Member Data Documentation

ppMailer::$loaded

Definition at line 13 of file mailer.php.


The documentation for this class was generated from the following file:

Generated on Wed Jan 13 09:21:04 2010 for Pronto Framework by  doxygen 1.6.1