eZ Publish  [4.2]
eZMailTransport Class Reference

Interface for mail transport handling. More...

+ Inheritance diagram for eZMailTransport:

List of all members.

Public Member Functions

 eZMailTransport ()
 sendMail (eZMail $mail)

Static Public Member Functions

static send (eZMail $mail)

Detailed Description

Interface for mail transport handling.

Definition at line 40 of file ezmailtransport.php.


Member Function Documentation

eZMailTransport::eZMailTransport ( )

Constructor

Definition at line 45 of file ezmailtransport.php.

static eZMailTransport::send ( eZMail mail) [static]

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

Definition at line 62 of file ezmailtransport.php.

Referenced by eZDefaultConfirmOrderHandler\sendOrderEmail().

eZMailTransport::sendMail ( eZMail mail)

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

Reimplemented in eZSendmailTransport, eZFileTransport, and eZSMTPTransport.

Definition at line 53 of file ezmailtransport.php.


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