Core::arbitMailMessengerMtaTransport
Class arbitMailMessengerMtaTransport
Arbit mail MTA transport
arbitMailMessengerTransportBase
|
--arbitMailMessengerMtaTransport
Author(s):
|
Version:
|
$Revision: 1579 $ |
|
License:
|
GPL |
Member Variables
|
protected array |
$options
= array( 'from' => 'no-reply@example.org', 'subject' => '[Arbit] ', )
Option array |
|
protected ezcMailMtaTransport |
$transport
ezc MTA transport, which is used to actually deliver the mails.
ezc MTA transport, which is used to actually deliver the mails. |
Method Summary
|
public void |
configure(
$options
)
Configure transport
Configure transport with options given in the configuration file. |
|
public void |
deliver(
$mail
)
Deliver mail
Just try to deliver mail, using the transport mechanims. |
Inherited Methods
Methods
configure
void
configure(
$options
)
Configure transport
Configure transport with options given in the configuration file. Configure transport
Configure transport with options given in the configuration file.
Parameters:
| Name |
Type |
Description |
$options |
array |
|
Redefinition of:
deliver
void
deliver(
$mail
)
Deliver mail
Just try to deliver mail, using the transport mechanims. Deliver mail
Just try to deliver mail, using the transport mechanims.
Parameters:
| Name |
Type |
Description |
$mail |
ezcMailComposer |
|
Redefinition of:
|