Version: 0.0.2
Last Updated: Unknown
Run install.sh or...
yarn add nodemailer aws-sdk
AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY
There is an SES Group on IAM you should use for the access policies.
sendMail({ from: 'hello@dennisokeeffe.com', to: 'dennis@dennisokeeffe.com', subject: 'Email subject headline' text: 'Data to send in message' });