purplemountain / sns-communication-records
There is no license information available for the latest version (0.0.3) of this package.
Store records of communications through AWS sns.
0.0.3
2020-08-20 13:14 UTC
Requires
- aws/aws-php-sns-message-validator: ^1.6
- aws/aws-sdk-php: ~3.0
This package is auto-updated.
Last update: 2024-10-20 22:43:51 UTC
README
A package to track and store events from AWS SNS, particularly those generated from SES events such as sent, delivered, clicked, bounced and complaints.
Installation
composer require purplemountain/sns-communication-records
Setup
- Setup SES and SNS in the AWS console. (Documentation to follow!)
Env
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>