umbriel
umbriel copied to clipboard
✉️ Umbriel is a simple mailing platform built with Node.js, TypeScript & Prisma.
Let admins invite other members to Umbriel. The admin inputs the name and email, and the invited member receive an email with instructions to access. We can use the `RegisterUser`...
Allow user to send a message to a specific list of contacts by importing a CSV during the message creation. This action should not save any relation between that contacts...
Today we only save the message content in HTML format when the user creates it, but this prevents us from updating that message before sending it as the HTML is...
Hey @gabriellopes00, I merged the PR #69 but I think that `RequiredFieldsValidator` is not a good idea. I think we should add validation per field instead a validator that check...
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...
Delete message templates. I think we should not hard delete here, only store a `deleted_at` on the database as the messages would probably using these templates and if we delete...