An open API service indexing awesome lists of open source software.

https://github.com/ecomplus/app-ses

E-Com Plus app for AWS SES as default email server
https://github.com/ecomplus/app-ses

Last synced: 6 months ago
JSON representation

E-Com Plus app for AWS SES as default email server

Awesome Lists containing this project

README

          

# app-ses

E-Com Plus app for AWS SES as default email server

## Production server

Published at https://ses.ecomplus.biz

### Continuous deployment

When app version is **production ready**,
[create a new release](https://github.com/ecomclub/app-ses/releases)
to run automatic deploy from `master` branch.

### ENVs
`bash
AWS_ACCESS_KEY_ID="YOUR-AWS-ACCESS-KEY-ID"
AWS_SECRET_ACCESS_KEY="YOUR-AWS-SECRET-ACCESS-KEY"
`