Mail driver to send email using AWS Pinpoint
composer require codaptive/laravel-pinpoint
- Set
MAIL_DRIVER=pinpoint - Add the following to the
.envAWS_KEY AWS_SECRET AWS_DEFAULT_REGION AWS_PINPOINT_APPLICATION_ID - You can also do
php artisan vendor:publishand modify theconfig/pinpoint.phpfile to use existing env vars.