wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
13.63k stars 1.18k forks source link

Introduce templating system for writing emails in Wasp #1132

Open Martinsos opened 1 year ago

Martinsos commented 1 year ago

We now have a way to register email sender - we should also offer an easy way to write templates for emails!

Interesting here: consider using https://react.email/ (it lets you define emails in React).

OlegGulevskyy commented 1 year ago

I can confirm that react.email lib is a really good one! They have nice DX when it comes to developing the templates, where you serve your templates locally, and can even test them by sending them to yourself, to see what they will really look like in the email client. And all of this is done in one place, in their local dev UI