jdavidbakr/mail-throttler

Service Provider to add the Swift ThrottlerPlugin to outgoing mail.

1.0 2016-06-30 20:19 UTC

This package is auto-updated.

Last update: 2024-04-29 00:53:47 UTC


README

Latest Version on Packagist Software License Total Downloads

MailThrottler will register the Swift_Plugins_ThrottlerPlugin to prevent sending too many emails too fast.

Install

Via Composer

$ composer require jdavidbakr/mail-throttler

Add the following to the providers array in config/app.php:

jdavidbakr\MailTracker\MailThrottlerServiceProvider::class,

Publish the config file

$ php artisan vendor:publish

Usage

Set the approprite values in the config file config/mail-throttler.php

Credits

License

The MIT License (MIT). Please see License File for more information.