Download List

Descripción del Proyecto

SMTP client class is a PHP class that connects to a mail server to send messages. It can relay message delivery to a defined server or directly deliver messages to a recipient's server for urgent message delivery. It supports secure connections with SSL or starting TLS after the connection is established, connection timeouts, authentication using PHP SASL class (PLAIN, LOGIN, CRAM-MD5, NTLM), POP3 before SMTP delivery authentication, and takes advantage of the SMTP PIPELINING extension to buffer SMTP commands, providing much faster queueing of messages when delivering to a large number of recipients (bulk mail).

System Requirements

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.

2004-10-05 18:20 Back to release list
2004.10.05

La biblioteca de cliente de clase SASL ahora se utiliza para realizar la autenticación con todos los mecanismos de apoyo de esa biblioteca, como PLAIN, LOGIN, CRAM-MD5, NTLM (Windows o Linux / Unix con Samba), y otros.
Tags: Stable, Major feature enhancements
The SASL client library class is now used to
perform authentication with all the mechanisms
supported by that library, such as PLAIN, LOGIN,
CRAM-MD5, NTLM (Windows or Linux/Unix with Samba),
and others.

Project Resources