namespace PHPMailer\PHPMailer

Classsort descending Location Description
Exception inc/PHPMailer/src/Exception.php PHPMailer exception handler.
OAuth inc/PHPMailer/src/OAuth.php OAuth - OAuth2 authentication wrapper class. Uses the oauth2-client package from the League of Extraordinary Packages.
PHPMailer inc/PHPMailer/src/PHPMailer.php PHPMailer - PHP email creation and transport class.
POP3 inc/PHPMailer/src/POP3.php PHPMailer POP-Before-SMTP Authentication Class. Specifically for PHPMailer to use for RFC1939 POP-before-SMTP authentication. 1) This class does not support APOP authentication. 2) Opening and closing lots of POP3 connections can be quite slow. If you…