jSmtp.class.php
jSmtp, based on SMTP, a PHP SMTP class by Chris Ryan
Define an SMTP class that can be used to connect and communicate with any SMTP server. It implements all the SMTP functions defined in RFC821 except TURN.
Tags
Interfaces, Classes and Traits
- jSmtp
- SMTP is rfc 821 compliant and 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.