jdavidbakr / mail-throttler
Service Provider to add the Swift ThrottlerPlugin to outgoing mail.
1.0
2016-06-30 20:19 UTC
Requires
- php: ~5.5|~7.0
- illuminate/support: ~5.1
Requires (Dev)
- phpunit/phpunit: ~4.0||~5.0
- scrutinizer/ocular: ~1.1
- squizlabs/php_codesniffer: ~2.3
This package is auto-updated.
Last update: 2024-10-29 01:51:46 UTC
README
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.