Download List

專案描述

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.

2011-02-04 16:14
2011.02.03

This release adds support for connecting to the SMTP server via SOCKS servers or HTTP proxy servers.

2009-04-13 20:43
2009.04.12

This release added support to start TLS encryption protocol after the connection is started, so it can work for sending messages via the Hotmail SMTP server. Documentation of the class reference manual was added.

2006-06-12 10:55
2006.06.10

Support was added for sending messages to SMTP
servers that require secure connections using SSL,
like Gmail. The class now ignores the error when
the server disconnects without responding to the
final QUIT command.
標籤: Stable, Major feature enhancements

2004-10-05 18:20
2004.10.05

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.
標籤: Stable, Major feature enhancements

2004-08-11 01:47
2004.08.10

A bug where the SMTP authentication step was skipped if the
first authentication method declared by the server was not
yet supported by the class was fixed.
標籤: Stable, Major bugfixes

Project Resources