Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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!