pluralsh / plural

Enterprise Kubernetes management, accelerated. 🚀
https://www.plural.sh
Other
1.36k stars 64 forks source link

Implement Better Email templates #196

Open michaeljguarino opened 2 years ago

michaeljguarino commented 2 years ago

Use Case

Our emails are currently purely text-based. We should implement branded emails

Ideas of Implementation

We already use bamboo for email templating, just need to ensure local dev is possible, and knock them out.


Message from the maintainers:

Excited about this feature? Give it a :thumbsup:. We factor engagement into prioritization.

dherault commented 2 years ago

@dogmar You want this one?

gittysachin commented 2 years ago

@michaeljguarino can we use SendGrid dynamic templates, as we can use different templates for different inputs and multiple cases. On SendGrid templates are made using HTML, and CSS so they are responsive, and we can track the email activity. Probably later emails will become an entire service where we can keep emails in the queue as well.