eZ Publish  [4.2]
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 42 of file ezsendmailtransport.php.


Member Function Documentation

eZSendmailTransport::eZSendmailTransport ( )

Constructor

Definition at line 47 of file ezsendmailtransport.php.

eZSendmailTransport::sendMail ( eZMail mail)

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.


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