eZMailTransport Class Reference

Interface for mail transport handling. More...

Inheritance diagram for eZMailTransport:

eZSendmailTransport eZSMTPTransport List of all members.

Public Methods

 eZMailTransport ()
 sendMail (&$mail)

Static Public Methods

 send (&$mail)

Detailed Description

Interface for mail transport handling.

Definition at line ezmailtransport.php.


Constructor & Destructor Documentation

eZMailTransport::eZMailTransport  
 

Constructor

Definition at line ezmailtransport.php.


Member Function Documentation

eZMailTransport::send &$    mail [static]
 

Sends the contents of the email object $mail using the default transport.

Definition at line ezmailtransport.php.

References eZDebug::writeError().

Referenced by send().

eZMailTransport::sendMail &$    mail
 

\virtual Tries to send the contents of the email object $mail and returns true if succesful.

Reimplemented in eZSMTPTransport.

Definition at line ezmailtransport.php.

References eZDebug::writeError().

Referenced by sendMail().


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

Exponential