Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crazyoptimist/aws-ses-poc
You can do a basic test before you code with AWS SES
https://github.com/crazyoptimist/aws-ses-poc
Last synced: 13 days ago
JSON representation
You can do a basic test before you code with AWS SES
- Host: GitHub
- URL: https://github.com/crazyoptimist/aws-ses-poc
- Owner: crazyoptimist
- Created: 2021-06-30T04:33:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-30T04:37:05.000Z (over 3 years ago)
- Last Synced: 2024-10-03T21:41:16.635Z (about 1 month ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS SES POC
Create a dotenv file from the example:
```bash
cp .env.example .env
```Run it!
```bash
npm start
```You should see a success message like this:
`Email sent! Message ID: 0100017a5b3422a2-93e86726-2bba-4d79-b566-420e51aaf19c-000000`Happy coding!