Mail: ezcMailSmtpTransportOptions
[ ]
[ Display example ] [ Mail listing example ] [ Rfcs ]
[ ]
[ ]
[ ]
[ ]
Class: ezcMailSmtpTransportOptions
|
Class containing the options for SMTP transport. [
source]
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. |
|
string |
read/write
|
$preferredAuthMethod
Specifies which authentication method should be attempted. Default is null which means that that the transport should try to authenticate using the methods supported by the SMTP server in their decreasing strength order. If one method fails an exception will be thrown. See the AUTH_* constants in the ezcMailSmtpTransport class. |
|
bool |
read/write
|
$ssl
|
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 |
ezcBaseValueException |
if $options contains a property with a value not allowed |
ezcBasePropertyNotFoundException |
if $options contains a property not defined |
Redefinition of
Last updated: Mon, 21 Dec 2009