Class Swift_Transport_Esmtp_AuthHandler
An ESMTP handler for AUTH support.
- Swift_Transport_Esmtp_AuthHandler implements Swift_Transport_EsmtpHandler
Package: Swift\Transport
Author: Chris Corbyn
Located at vendors/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php
Author: Chris Corbyn
Located at vendors/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php
Methods summary
public
|
|
public
|
#
setAuthenticators( array $authenticators )
Set the Authenticators which can process a login request. |
public
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
boolean
|
|
public
|
|
public
|
|
public
string[]
|
|
public
string[]
|
|
public
|
#
onCommand(
Not used. |
public
integer
|
#
getPriorityOver( string $esmtpKeyword )
Returns +1, -1 or 0 according to the rules for usort(). This method is called to ensure extensions can be execute in an appropriate order. |
public
string[]
|
|
public
|
|
protected
array
|
Magic methods summary
Properties summary
private
|
$_authenticators |
#
Authenticators available to process the request. |
private
string
|
$_username |
#
The username for authentication. |
private
string
|
$_password |
#
The password for authentication. |
private
string
|
$_auth_mode |
#
The auth mode for authentication. |
private
string[]
|
$_esmtpParams |
#
The ESMTP AUTH parameters available. |