|
eZ Publish
[4.2]
|
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 40 of file ezmailtransport.php.
| eZMailTransport::eZMailTransport | ( | ) |
Constructor
Definition at line 45 of file ezmailtransport.php.
| static eZMailTransport::send | ( | eZMail $ | ) | [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 $ | ) |
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.