|
eZ Publish
[trunk]
|
Interface for mail transport handling. More...
Inheritance diagram for eZMailTransport:Public Member Functions | |
| eZMailTransport () | |
| sendMail (eZMail $mail) | |
Static Public Member Functions | |
| static | send (eZMail $mail) |
Interface for mail transport handling.
Definition at line 17 of file ezmailtransport.php.
Constructor
Definition at line 22 of file ezmailtransport.php.
| static eZMailTransport::send | ( | eZMail $ | ) | [static] |
Sends the contents of the email object $mail using the default transport.
Definition at line 39 of file ezmailtransport.php.
Referenced by eZStepRegistration\init(), eZStepRegistration\processPostData(), eZUserOperationCollection\sendActivationEmail(), eZDefaultConfirmOrderHandler\sendOrderEmail(), and eZUserOperationCollection\sendUserNotification().
| eZMailTransport::sendMail | ( | eZMail $ | ) |
Tries to send the contents of the email object $mail and returns true if succesful.
Reimplemented in eZSendmailTransport, eZFileTransport, and eZSMTPTransport.
Definition at line 30 of file ezmailtransport.php.