v0.9.2 · GPL
DGS SMTP
A PHP class that acts as an email client and sends mail without PHP’s built-in mail() function — useful when you cannot change php.ini.
What is DGS SMTP?
DGS SMTP lets you write email scripts that talk to an SMTP server directly. That avoids depending on PHP’s mail() configuration, which is often unavailable on shared hosts.
Requirements
PHP 3+ or 4+, a web server, and an SMTP server. Tested with Qmail, Postfix, and Sendmail on Linux and Windows.