class PlainAuthenticator implementsAuthenticatorInterface

Handles PLAIN authentication.

Methods

string
getAuthKeyword()

Gets the name of the AUTH mechanism this Authenticator handles.

void
authenticate(EsmtpTransport$client)

No description

Details

string getAuthKeyword()

Gets the name of the AUTH mechanism this Authenticator handles.

Return Value

string

void authenticate(EsmtpTransport$client)

Parameters

EsmtpTransport $client

Return Value

void

See also

https://www.ietf.org/rfc/rfc4954.txt