namespace PHPMailer\PHPMailer
Search API
Class | Location | Description |
---|---|---|
Exception |
inc/ |
PHPMailer exception handler. |
OAuth |
inc/ |
OAuth - OAuth2 authentication wrapper class. Uses the oauth2-client package from the League of Extraordinary Packages. |
PHPMailer |
inc/ |
PHPMailer - PHP email creation and transport class. |
POP3 |
inc/ |
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… |