interface AuthenticatorInterface

An Authentication mechanism.

Methods

void
authenticate(EsmtpTransport$client)

Tries to authenticate the user.

string
getAuthKeyword()

Gets the name of the AUTH mechanism this Authenticator handles.

Details

void authenticate(EsmtpTransport$client)

Tries to authenticate the user.

Parameters

EsmtpTransport $client

Return Value

void

Exceptions

TransportExceptionInterface

string getAuthKeyword()

Gets the name of the AUTH mechanism this Authenticator handles.

Return Value

string