Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.
/ laravel-pinpoint Public archive

Mail driver to send email using AWS Pinpoint

Notifications You must be signed in to change notification settings

codaptive/laravel-pinpoint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

laravel-pinpoint

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.

About

Mail driver to send email using AWS Pinpoint

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages