umbriel icon indicating copy to clipboard operation
umbriel copied to clipboard

✉️ Umbriel is a simple mailing platform built with Node.js, TypeScript & Prisma.

Results 52 umbriel issues
Sort by recently updated
recently updated
newest added

Allow to share the message content in a public URL.

enhancement

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`...

enhancement

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...

enhancement

Let the user update the message ONLY if it's not sent yet.

enhancement

- Account name; - Address; That's it (for now).

enhancement

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...

enhancement

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...

bug

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...

enhancement

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...

enhancement