getAuthKeyword()
getAuthKeyword() : string
Get the name of the AUTH mechanism this Authenticator handles
SMTP authenticator interface
authenticate(\Pop\Mail\Transport\Smtp\AgentInterface $agent, string $username, string $password) : boolean
Try to authenticate the user with $username and $password
\Pop\Mail\Transport\Smtp\AgentInterface | $agent | |
string | $username | |
string | $password |