Comments: on this page. Click to read or post your own.

Class Mailer

Description

Mailer objects are responsible for actually sending emails.

The default Mailer class will use PHP's mail() function.

Located in /sapphire/email/Mailer.php (line 9)

Object
   |
   --Mailer
Direct descendents
Class Description
TestMailer
Method Summary
bool sendHTML ( $to,  $from,  $subject,  $htmlContent, [ $attachedFiles = false], [ $customheaders = false], [ $plainContent = false], [ $inlineImages = false])
bool sendPlain (string $to, string $from, string $subject, string $plainContent, [bool $attachedFiles = false], [array $customheaders = false])
Variables
Methods
sendHTML (line 30)

Send a multi-part HTML email.

bool sendHTML ( $to,  $from,  $subject,  $htmlContent, [ $attachedFiles = false], [ $customheaders = false], [ $plainContent = false], [ $inlineImages = false])
  • $to
  • $from
  • $subject
  • $htmlContent
  • $attachedFiles
  • $customheaders
  • $plainContent
  • $inlineImages

Redefined in descendants as:
  • TestMailer::sendHTML() : Send a multi-part HTML email TestMailer will merely record that the email was asked to be sent, without sending anything.
sendPlain (line 21)

Send a plain-text email.

bool sendPlain (string $to, string $from, string $subject, string $plainContent, [bool $attachedFiles = false], [array $customheaders = false])
  • string $to
  • string $from
  • string $plainContent
  • bool $attachedFiles
  • array $customheaders
  • string $subject: §subject

Redefined in descendants as:

Inherited Methods

Inherited From Object

Object::__construct()
Object::addMethodsFrom()
Object::addStaticVars()
Object::addWrapperMethod()
Object::add_extension()
Object::add_static_var()
Object::allMethodNames()
Object::buildMethodList()
Object::cacheToFile()
Object::cacheToFileWithArgs()
Object::clearCache()
Object::combined_static()
Object::create()
Object::createMethod()
Object::defineMethods()
Object::exists()
Object::extend()
Object::extInstance()
Object::getCustomClass()
Object::get_static()
Object::hasExtension()
Object::hasMethod()
Object::has_extension()
Object::invokeWithExtensions()
Object::is_a()
Object::loadCache()
Object::parentClass()
Object::remove_extension()
Object::sanitiseCachename()
Object::saveCache()
Object::set_stat()
Object::set_static()
Object::set_uninherited()
Object::stat()
Object::strong_create()
Object::uninherited()
Object::uninherited_static()
Object::useCustomClass()
Object::__call()
Object::__toString()
blog comments powered by Disqus

Documentation generated on Mon, 23 Mar 2009 06:52:24 +1300 by phpDocumentor 1.3.2