SMTP4PHP is a collection of PHP classes dedicated for composing and sending multipart/mixed email messages quickly and easily, with or without embedded images and/or attachments.
| Tags | SMTP Email Attachments MTA php class |
|---|---|
| Licenses | MIT |
| Operating Systems | All OS |
| Implementation | PHP 5+ |
| Translations | English en-US |
Recent releases


Release Notes: Bugfixes for "AUTH CRAM-SHA1" and "AUTH CRAM-MD5".


Release Notes: A bugfix in auto detecting SMTP AUTH method (checking for SMTP error code 504).


Release Notes: This release improves SMTP methods and fixes a bug for Linux platforms (using "\r\n" for end-of-line instead of PHP_EOL).


Release Notes: This release can GET/SET the "AuthenticationMethod" property for the "SMTP" class. The possible values are: SMTP::AUTH_AUTO_DETECT (default value), SMTP::AUTH_CRAM_SHA1, SMTP::AUTH_CRAM_MD5, SMTP::AUTH_PLAIN, and SMTP::AUTH_LOGIN.


Release Notes: This release has a bugfix for "AUTH CRAM-SHA1".