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

This package is auto-updated.

Last update: 2024-04-20 21:41:27 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

  1. 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>