Mail: ezcMailSmtpTransportOptions
[ ]
[ Display example ] [ Mail listing example ] [ Rfcs ]
[ ]
[ ]
[ ]
[ ]
Class: ezcMailSmtpTransportOptions
|
Class containing the options for SMTP transport. [
source]
The options from ezcMailTransportOptions are inherited.
Parents
ezcBaseOptions
|
--ezcMailTransportOptions
|
--ezcMailSmtpTransportOptions
Properties
|
array(mixed) |
read/write
|
$connectionOptions
Specifies additional options for the connection. Must be in this format: array( 'wrapper_name' => array( 'option_name' => 'value' ) ). |
|
string |
read/write
|
$connectionType
Specifies the protocol used to connect to the SMTP server. See the CONNECTION_* constants in the ezcMailSmtpTransport class. |
|
bool |
read/write
|
$ssl
This option belongs to ezcMailTransportOptions, but it is not used in SMTP. When trying to set this to true the connectionType option will be set to CONNECTION_SSL value from ezcMailSmtpTransport. When trying to set this to false the connectionType option will be set to CONNECTION_PLAIN value from ezcMailSmtpTransport. |
Inherited Member Variables
From
ezcBaseOptions:
Method Summary
|
public ezcMailSmtpTransportOptions |
__construct(
[$options = array()] )
Constructs an object with the specified values. |
Inherited Methods
From
ezcMailTransportOptions :
From
ezcBaseOptions :
Methods
__construct
ezcMailSmtpTransportOptions __construct(
[
$options = array()] )
Constructs an object with the specified values.
Parameters
| Name |
Type |
Description |
$options |
array(string=>mixed) |
|
Throws
| Class | Description |
ezcBasePropertyNotFoundException |
if $options contains a property not defined |
ezcBaseValueException |
if $options contains a property with a value not allowed |
Redefinition of
Last updated: Wed, 28 Nov 2007