Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
PHPMailer - PHP email creation and transport class NOTE: Requires PHP version 5 or later
PHP email creation and transport class
Exception handler for PHPMailer
PHPMailer - PHP POP Before SMTP Authentication Class NOTE: Designed for use with PHP version 5 and up
PHP POP-Before-SMTP Authentication Class
Version 5.2.6
: LGPL, see PHPMailer License
Specifically for PHPMailer to allow POP before SMTP authentication. Does not yet work with APOP - if you have an APOP account, contact Jim Jagielski and we can test changes to this script.
This class is based on the structure of the SMTP class originally authored by Chris Ryan
This class is rfc 1939 compliant and implements all the commands required for POP3 connection, authentication and disconnection.
PHPMailer - PHP SMTP email transport class NOTE: Designed for use with PHP version 5 and up
PHP RFC821 SMTP client
Implements all the RFC 821 SMTP commands except TURN which will always return a not implemented error. SMTP also provides some utility methods for sending mail to an SMTP server.