Core::arbitMailMessengerTransportBase
Class arbitMailMessengerTransportBase
Arbit mail transport base Arbit mail transport base
Author(s):
|
Version:
|
$Revision: 1236 $ |
|
License:
|
GPL |
Descendants
Method Summary
|
public abstract void |
configure(
$options
)
Configure transport
Configure transport with options given in the configuration file. |
|
public abstract void |
deliver(
$mail
)
Deliver mail
Just try to deliver mail, using the transport mechanims. |
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 |
|
Redefined in descendants as:
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 |
|
Redefined in descendants as:
|