namespace Symfony\Component\Mailer\Transport\Smtp\Auth
Object name | File name | Summary |
---|---|---|
AuthenticatorInterface | vendor/symfony/mailer/Transport/Smtp/Auth/AuthenticatorInterface.php | An Authentication mechanism. |
CramMd5Authenticator | vendor/symfony/mailer/Transport/Smtp/Auth/CramMd5Authenticator.php | Handles CRAM-MD5 authentication. |
LoginAuthenticator | vendor/symfony/mailer/Transport/Smtp/Auth/LoginAuthenticator.php | Handles LOGIN authentication. |
PlainAuthenticator | vendor/symfony/mailer/Transport/Smtp/Auth/PlainAuthenticator.php | Handles PLAIN authentication. |
XOAuth2Authenticator | vendor/symfony/mailer/Transport/Smtp/Auth/XOAuth2Authenticator.php | Handles XOAUTH2 authentication. |