Path

ez components / documentation / api reference / 1.1.1 / mail


eZ Components 1.1.1

Mail: ezcMailMtaTransport

[ Tutorial ] [ Display-example ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Class: ezcMailMtaTransport

Implementation of the mail transport interface using the system MTA. [source]

Implemented Interfaces

The system MTA translates to sendmail on most Linux distributions.

Descendents

Child Class Description
ezcMailTransportMta This class is deprecated. Use ezcMailMtaTransport instead.

Method Summary

public ezcMailMtaTransport __construct( )
Constructs a new ezcMailTransportMta.
public void send( $mail )
Sends the mail $mail using the PHP mail method.

Methods

__construct

ezcMailMtaTransport __construct( )
Constructs a new ezcMailTransportMta.

send

void send( ezcMail $mail )
Sends the mail $mail using the PHP mail method.
Note that a message may not arrive at the destination even though it was accepted for delivery.

Parameters

Name Type Description
$mail ezcMail  

Throws

ClassDescription
ezcMailException if the mail was not accepted for delivery by the MTA.

Last updated: Thu, 01 Nov 2007