codaptive/laravel-pinpoint

This package is abandoned and no longer maintained. No replacement package was suggested.

AWS Pinpoint driver for Laravel

0.0.9 2022-05-18 10:37 UTC

This package is auto-updated.

Last update: 2024-03-18 15:24:50 UTC


README

Mail driver to send email using AWS Pinpoint

Installation

composer require codaptive/laravel-pinpoint

Configuration

  • Set MAIL_DRIVER=pinpoint
  • Add the following to the .env
    AWS_KEY
    AWS_SECRET
    AWS_DEFAULT_REGION
    AWS_PINPOINT_APPLICATION_ID
    
  • You can also do php artisan vendor:publish and modify the config/pinpoint.php file to use existing env vars.