Télécharger la liste

Description du projet

XPertMailer is a PHP class that you can use to send encoded MIME type e-mail messages (text, HTML, HTML embedded images, attachments) towards a client or relay SMTP server with optional authorisation and TLS/SSL support. Cc and Bcc functionality is included. The class functions are optimised to execute in a very small time and to be easy to use. The data sending is done according to RFCs 821, 822, 2821, 2822, and 2487, and the message type conforms with RFCs 2045, 2046, 2047, 2048, and 2049.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-08-17 22:34
4.0.2

Mise à jour de la documentation. Cette version corrige <period> dans les données () dans SMTP classe (RFC2821 section 4.5.2). Le <line end> valeur par défaut a été changée de LF en CRLF dans la classe MIME (RFC2821 section 2.3.7). <nouveau ligne> a été résolu dans qp_encode () dans le protocole MIME Class. Envoi d'une réponse de renoncement a été fixé (SSL bug de cryptage) pour ne pas être lu en disconnect () dans la classe SMTP.
Tags: Major feature enhancements
Updated documentation. This release fixes &lt;period&gt; in data() in SMTP Class (RFC2821 section 4.5.2). The default &lt;line end&gt; value has been changed from LF to CRLF in MIME Class (RFC2821 section 2.3.7). &lt;new line&gt; has been fixed in qp_encode() in MIME Class. Sending a QUIT response has been fixed (SSL encryption bug) to be not read in disconnect() in the SMTP Class.

2007-03-07 14:47
3.0.1

Cette version est pour PHP5.
This version is for PHP5.

2006-07-16 16:58
2.0.1

Nouvelle syntaxe POP3 et les caractéristiques ont été ajoutées.
New syntax and POP3 features were added.

2006-02-02 10:17
1.4

TLS / SSL support de relais a été ajouté à l'auth () la fonction. BCC a été fixée. Un fichier HOWTO a été ajoutée et la documentation a été mise à jour.
Tags: Major feature enhancements
TLS/SSL Relay support was added to the auth() function. Bcc was fixed. A HOWTO file was added and the documentation was updated.

2006-01-29 05:44
1.3

Cc et Cci fonctionnalité a été ajoutée. Un numéro de port de connexion a été prise de valeur ajoutée avec le port () function. UN CORRESPONDANT Microsoft: Numéro d'article 291828 pour le champ "From:" valeur-tête a été fixée. La méthode d'authentification a été fixé de sorte que si AUTH_DETECT échoue, alors il va tenter d'utiliser AUTH_LOGIN. Le "@" a été retiré du appels de fonction. Le getmxrr () a été modifiée en interne pour Win32. La documentation a été mise à jour.
Tags: Major feature enhancements
Cc and Bcc functionality was added. A port
number socket connection value was added with the
port() function. A coresponding Microsoft Article
ID 291828 for the "From:" header value was fixed.
The auth method was fixed so that if AUTH_DETECT
fails then it will attempt to use AUTH_LOGIN. The
"@" was removed from function calls. The getmxrr()
function was changed internally for Win32. The
documentation was updated.

Project Resources