Joomla Platform  13.1
Documentation des API du framework Joomla Platform
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de l'espace de nommage PHPMailer

Description détaillée

PHPMailer - PHP email creation and transport class NOTE: Requires PHP version 5 or later

Auteur:
Andy Prevost
Marcus Bointon
Jim Jagielski

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

Auteur:
Andy Prevost
Marcus Bointon
Jim Jagielski

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.

Auteur:
Richard Davey (orig) rich@.nosp@m.core.nosp@m.php.c.nosp@m.o.uk
Andy Prevost
Jim Jagielski

PHPMailer - PHP SMTP email transport class NOTE: Designed for use with PHP version 5 and up

Auteur:
Andy Prevost
Marcus Bointon
Auteur:
Jim Jagielski

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.

Auteur:
Chris Ryan