Releases: a19836/php-smtp-lib
Releases · a19836/php-smtp-lib
PHP SMTP Lib - v1
PHP SMTP Lib is a PHP library that allows you to send emails reliably through SMTP servers using a simple and configurable API.
It provides full control over SMTP connections and message composition, making it suitable for transactional emails, notifications, and automated messaging.
The library supports authenticated SMTP connections, secure transport protocols, and common email features such as HTML content, plain text fallback, attachments, and custom headers.
With this library, you can:
- Send emails through any SMTP server
- Authenticate using username and password
- Use secure connections (SSL / TLS)
- Compose HTML and plain text emails
- Add attachments and inline resources
- Set custom headers, CC, BCC, and reply-to addresses
- Handle connection errors and delivery feedback
This library is ideal for applications that require full control over email delivery without relying on external APIs or third-party services.