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
- Host: GitHub
- URL: https://github.com/ecomplus/app-ses
- Owner: ecomplus
- License: mit
- Created: 2019-03-28T19:54:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T23:42:54.000Z (over 1 year ago)
- Last Synced: 2025-05-30T18:06:42.576Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 394 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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"
`