A package to track and store events from AWS SNS, particularly those generated from SES events such as sent, delivered, clicked, bounced and complaints.
composer require purplemountain/sns-communication-records
- Setup SES and SNS in the AWS console. (Documentation to follow!)
You will need to add the following details to your .env
file and paste in the values from Zoho.
MAIL_MAILER=ses
MAIL_FROM_ADDRESS=noreply@mail.purplemountmedia.com
AWS_ACCESS_KEY_ID=<AWS_KEY>
AWS_SECRET_ACCESS_KEY=<AWS_SECRET>