Download the PHP package joelbb/laravel-awsses-bounce without Composer
On this page you can find all versions of the php package joelbb/laravel-awsses-bounce. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download joelbb/laravel-awsses-bounce
More information about joelbb/laravel-awsses-bounce
Files in joelbb/laravel-awsses-bounce
Download joelbb/laravel-awsses-bounce
More information about joelbb/laravel-awsses-bounce
Files in joelbb/laravel-awsses-bounce
Vendor joelbb
Package laravel-awsses-bounce
Short Description Package for laravel to blacklist email bounce on AWS SES. Prevents laravel from sending email to a blacklisted email address. Minimize bounce count on AWS SES.
License MIT
Package laravel-awsses-bounce
Short Description Package for laravel to blacklist email bounce on AWS SES. Prevents laravel from sending email to a blacklisted email address. Minimize bounce count on AWS SES.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-awsses-bounce
Laravel AWS SES Bounce Handler
Receives AWS SES Bounce Notification, saves the bounce email address and add to blacklist , prevents laravel from sending emails to a blacklisted/non-existent email address.
Routes
Installation
1. Install via composer
2. Run migrate
this will create the blacklist table.
How to use.
The package has 2 routes:
-
Accepts: application/json, form-data: This where aws will post the bounce notification. this will auto confirm the notification subscription in AWS SES Bounce once it's added as an endpoint.
- Accepts: aplication/json : This is where the user can test if an email can still be sent if it's on the blacklist. Only works if the APP_ENV is not production.
All versions of laravel-awsses-bounce with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4|^8.0
The package joelbb/laravel-awsses-bounce contains the following files
Loading the files please wait ....