Public Member Functions | Protected Attributes

Zend_Mail_Protocol_Smtp_Auth_Login Class Reference

Inheritance diagram for Zend_Mail_Protocol_Smtp_Auth_Login:
Zend_Mail_Protocol_Smtp Zend_Mail_Protocol_Abstract

Public Member Functions

 __construct ($host= '127.0.0.1', $port=null, $config=null)
 auth ()

Protected Attributes

 $_username
 $_password

Detailed Description

Definition at line 39 of file Login.php.


Constructor & Destructor Documentation

__construct ( host = '127.0.0.1',
port = null,
config = null 
)

Constructor.

Parameters:
string$host(Default: 127.0.0.1)
int$port(Default: null)
array$configAuth-specific parameters
Returns:
void

Definition at line 65 of file Login.php.


Member Function Documentation

auth (  )

Perform LOGIN authentication with supplied credentials

Returns:
void

Reimplemented from Zend_Mail_Protocol_Smtp.

Definition at line 85 of file Login.php.


The documentation for this class was generated from the following file: