Back to home

js-controllers/

ses-mailer

Version: 0.0.2

Last Updated: Unknown


SES Mailer

Prereqs

Installation

Run install.sh or...

yarn add nodemailer aws-sdk

Env vars

AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY

There is an SES Group on IAM you should use for the access policies.

Usage

sendMail({ from: 'hello@dennisokeeffe.com', to: 'dennis@dennisokeeffe.com', subject: 'Email subject headline' text: 'Data to send in message' });

Install


Repository

https://github.com/okeeffed/pkg-js-controllers-ses-mailer

Sections