TobyMaxham Laravel DKIM
This package can be used to add a DKIM signature to your outgoing mails.
Instead of changing the default Laravel Mailer, Laravel DKIM will listen for the \Illuminate\Mail\Events\MessageSending
Event and then call the \TobyMaxham\LaravelDkimSigner\Listener\ApplyDkimSignature
Listener.
This keeps your Laravel Mailer behavior or any changes you have done inside your projects.
Installation
You can install the package via composer:
composer require tobymaxham/laravel-dkim
Usage
Credits
License
The MIT License (MIT). Please see License File for more information.