PHPackages                             love4work/laravel-mail - 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. love4work/laravel-mail

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

love4work/laravel-mail
======================

Extend the core Laravel Mail capabilities

v0.1.5-alpha(5y ago)13MITPHPPHP ^7.4

Since Jul 18Pushed 5y ago1 watchersCompare

[ Source](https://github.com/love4work/laravel-mail)[ Packagist](https://packagist.org/packages/love4work/laravel-mail)[ RSS](/packages/love4work-laravel-mail/feed)WikiDiscussions master Synced today

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

Laravel Mail
============

[](#laravel-mail)

This package is build to give some flexibility to the current Mailer that Laravel provides.

Some headaches it tries to solve for you:

- Write your own logic on top of the Mailer and Message by extending the default
- Allow for Mailer Extensions (see MailerExtensions)
- Support for signing your Message with DKIM by using a configurable DKIMProvider

Version Compatibility
---------------------

[](#version-compatibility)

This package has support for Laravel 6.x and 7.x

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

[](#installation)

To install through composer, run the following command from terminal:

```
composer require "love4work/laravel-mail"

```

Create your own [Mailer](#mailer) and [Message](#message) classes

Once you have your classes set up, update your `config/mail.php`:

```
