Swift
[ class tree: Swift ] [ index: Swift ] [ all elements ]

Class: Swift_MailTransport

Source Location: /vendors/swift/classes/Swift/MailTransport.php

Class Overview

Swift_Transport_MailTransport
   |
   --Swift_MailTransport

Sends Messages using the mail() function.


Author(s):

  • Chris Corbyn

Methods


Inherited Methods

Class: Swift_Transport_MailTransport

Swift_Transport_MailTransport::__construct()
Create a new MailTransport with the $log.
Swift_Transport_MailTransport::getExtraParams()
Get the additional parameters used on the mail() function.
Swift_Transport_MailTransport::isStarted()
Not used.
Swift_Transport_MailTransport::registerPlugin()
Register a plugin.
Swift_Transport_MailTransport::send()
Send the given Message.
Swift_Transport_MailTransport::setExtraParams()
Set the additional parameters used on the mail() function.
Swift_Transport_MailTransport::start()
Not used.
Swift_Transport_MailTransport::stop()
Not used.

Class Details

[line 20]
Sends Messages using the mail() function.



Tags:

author:  Chris Corbyn
filesource:  Source Code for this file


[ Top ]


Class Methods


static method newInstance [line 43]

static Swift_MailTransport newInstance( [string $extraParams = '-f%s'])

Create a new MailTransport instance.



Tags:

access:  public


Parameters:

string   $extraParams   To be passed to mail()

[ Top ]

constructor __construct [line 27]

Swift_MailTransport __construct( [string $extraParams = '-f%s'])

Create a new MailTransport, optionally specifying $extraParams.



Tags:

access:  public


Overrides Swift_Transport_MailTransport::__construct() (Create a new MailTransport with the $log.)

Parameters:

string   $extraParams  

[ Top ]


Documentation generated on Mon, 05 Sep 2011 20:33:42 -0500 by phpDocumentor 1.4.3