eZPublish
4.5
|
Interface for mail transport handling. More...
Public Member Functions | |
eZMailTransport () | |
sendMail (eZMail $mail) | |
Static Public Member Functions | |
static | send (eZMail $mail) |
Interface for mail transport handling.
eZMailTransport::eZMailTransport | ( | ) |
Constructor
|
static |
Sends the contents of the email object $mail using the default transport.
Referenced by eZStepRegistration\init(), eZStepRegistration\processPostData(), eZMailNotificationTransport\send(), 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.