diego3g / umbriel

✉️ Umbriel is a simple mailing platform built with Node.js, TypeScript & Prisma.
MIT License
521 stars 74 forks source link

Sender confirmation #90

Open diego3g opened 3 years ago

diego3g commented 3 years ago

Every time a sender gets created or updated, we should send a validation email through AWS SES.

AWS SES do not allow any email to send messages, we need to validate them before start sending emails.