XOOPS RMCommon Utilities
2.1.8.91RC
|
Public Member Functions | |
authenticate (Swift_Transport_SmtpAgent $agent, $username, $password) | |
getAuthKeyword () | |
Definition at line 21 of file PlainAuthenticator.php.
Swift_Transport_Esmtp_Auth_PlainAuthenticator::authenticate | ( | Swift_Transport_SmtpAgent | $agent, |
$username, | |||
$password | |||
) |
Try to authenticate the user with $username and $password.
Swift_Transport_SmtpAgent | $agent | |
string | $username | |
string | $password |
Implements Swift_Transport_Esmtp_Authenticator.
Definition at line 41 of file PlainAuthenticator.php.
References Swift_Transport_SmtpAgent\executeCommand().
Swift_Transport_Esmtp_Auth_PlainAuthenticator::getAuthKeyword | ( | ) |
Get the name of the AUTH mechanism this Authenticator handles.
Implements Swift_Transport_Esmtp_Authenticator.
Definition at line 29 of file PlainAuthenticator.php.