staticbackendhq / core

Backend server API handling user mgmt, database, storage and real-time component
https://staticbackend.com
MIT License
682 stars 67 forks source link

Create abstraction for sending email #5

Closed dstpierre closed 2 years ago

dstpierre commented 2 years ago

We need to remove the hard dependencies on AWS SES for sending email.

Creating an interface and have a way to receive different provider implementation in the future will be more friendly to non-AWS users.