PHPackages                             ezmail/ezmail - 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. ezmail/ezmail

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

ezmail/ezmail
=============

A lightweight package created with PHP using the official MIME documentation to send emails using the latest SMTP configuration

v1.2(3y ago)5115↓100%2[3 issues](https://github.com/JerryUrena/EZMAIL/issues)MITPHPPHP &gt;=7.4.0

Since Dec 23Pushed 1y ago2 watchersCompare

[ Source](https://github.com/JerryUrena/EZMAIL)[ Packagist](https://packagist.org/packages/ezmail/ezmail)[ Docs](https://nerdtrix.com)[ RSS](/packages/ezmail-ezmail/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (5)Used By (0)

EZMAIL
======

[](#ezmail)

[![Latest Stable Version](https://camo.githubusercontent.com/f83e3c8726e9a792f80f1977ac9b70dd9d04706f1d4f5c9451bdea24b9ce14ec/687474703a2f2f706f7365722e707567782e6f72672f657a6d61696c2f657a6d61696c2f76)](https://packagist.org/packages/ezmail/ezmail)[![License](https://camo.githubusercontent.com/ec28fbdf006aa712f75bc0230e9c41adc7681aa79f1f71dc472f71b3d9f51fde/687474703a2f2f706f7365722e707567782e6f72672f657a6d61696c2f657a6d61696c2f6c6963656e7365)](https://packagist.org/packages/ezmail/ezmail)[![PHP Version Require](https://camo.githubusercontent.com/47ad34bf9979751d1ca49c067ced2360569a6bb87f9d60183c8086a921741e84/687474703a2f2f706f7365722e707567782e6f72672f657a6d61696c2f657a6d61696c2f726571756972652f706870)](https://packagist.org/packages/ezmail/ezmail)

Overview
--------

[](#overview)

EZMAIL is a lightweight package created with PHP using the official MIME documentation to send emails using the latest SMTP configuration. By using this package you will be able to send emails securely to anyone with a valid email address.

Features
--------

[](#features)

- Send SMTP emails from PHP without mail()
- Send one or multiple attachments supported
- Send emails with multiple To, CC and BCC
- Secure SMTP connection
- Supports LOGIN, PLAIN and XOAUTH2 login types
- Compatible with php 7.4 or later
- Easy implementation within any php code
- Supports Plain or HTML body
- Log details while in debug mode

Further Documentation for developers
------------------------------------

[](#further-documentation-for-developers)

[RFC0821](https://www.ietf.org/rfc/rfc0821.txt)

[RFC0822](https://tools.ietf.org/html/rfc822)

[RFC1869](https://tools.ietf.org/html/rfc1869)

[RFC2045](https://tools.ietf.org/html/rfc2045)

[RFC2821](https://www.ietf.org/rfc/rfc2821.txt)

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

[](#installation)

```
composer require ezmail/ezmail

```

Usage
-----

[](#usage)

```
