eZ Publish  [trunk]
eZSendmailTransport Class Reference

Sends the email message to sendmail which takes care of sending the actual message. More...

+ Inheritance diagram for eZSendmailTransport:
+ Collaboration diagram for eZSendmailTransport:

List of all members.

Public Member Functions

 eZSendmailTransport ()
 sendMail (eZMail $mail)

Detailed Description

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 19 of file ezsendmailtransport.php.


Member Function Documentation

Constructor

Definition at line 24 of file ezsendmailtransport.php.

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

Reimplemented from eZMailTransport.

Definition at line 28 of file ezsendmailtransport.php.


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