PHPackages                             apeli/apelimailers - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. apeli/apelimailers

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

apeli/apelimailers
==================

A lightweight, dependency-free PHP email library with SMTP, templating, queues, and analytics

v0.1.1(1y ago)011MITPHPPHP ^8.1

Since May 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ApeliDev/ApeliMailers)[ Packagist](https://packagist.org/packages/apeli/apelimailers)[ Docs](https://github.com/ApeliDev/ApeliMailers)[ Fund](https://lipia-online.vercel.app/link/Apelisolutions)[ RSS](/packages/apeli-apelimailers/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (3)Used By (0)

ApeliMailers
============

[](#apelimailers)

📧 Lightweight PHP email library with SMTP, queues, and analytics

[![PHP Version](https://camo.githubusercontent.com/7535257ca228724c93658bd52583d4e47a9bab02c356abf6e54c1d575f2151e6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e312532422d626c75652e737667)](https://php.net/)[![License](https://camo.githubusercontent.com/8bb50fd2278f18fc326bf71f6e88ca8f884f72f179d3e555e20ed30157190d0d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e2e737667)](https://opensource.org/licenses/MIT)

Overview
--------

[](#overview)

ApeliMailers is a PHP email library providing SMTP support, email queuing capabilities, and analytics. It's designed for developers who need a lightweight, flexible solution for handling email operations.

Features
--------

[](#features)

- **SMTP Support**: Send emails via SMTP with TLS/SSL encryption
- **Multiple Transport Options**: Support for SMTP, Sendmail, and custom transports
- **Email Analytics**: Track email performance metrics
- **Security-Focused**: Built with security best practices
- **Configurable**: Adaptable to various email service providers
- **Extensible Architecture**: Create custom transport adapters

Installation
------------

[](#installation)

```
composer require apeli/apelimailers
```

Basic Usage
-----------

[](#basic-usage)

```
