|
eZ Publish
[4.2]
|
Sends the email message to sendmail which takes care of sending the actual message. More...
Inheritance diagram for eZSendmailTransport:
Collaboration diagram for eZSendmailTransport:Public Member Functions | |
| eZSendmailTransport () | |
| sendMail (eZMail $mail) | |
Sends the email message to sendmail which takes care of sending the actual message.
Uses the mail() function in PHP to pass the email to the sendmail system.
Definition at line 42 of file ezsendmailtransport.php.
| eZSendmailTransport::eZSendmailTransport | ( | ) |
Constructor
Definition at line 47 of file ezsendmailtransport.php.
| eZSendmailTransport::sendMail | ( | eZMail $ | ) |
Tries to send the contents of the email object $mail and returns true if succesful.
Reimplemented from eZMailTransport.
Definition at line 51 of file ezsendmailtransport.php.