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: 8 months 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-30T04:37:05.000Z (almost 5 years ago)
- Last Synced: 2025-03-30T20:16:08.900Z (about 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- 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!