create-rust-app
create-rust-app copied to clipboard
Incorporate an Email builder
We can embed something like this into the development plugin: https://github.com/mjmlio/mjml
It should help write/maintain emails.
Progress screenshots :)
How's this going progress-wise?
@AnthonyMichaelTDM hope things are well :)
I believe the admin-portal-updates branch has the latest updates — this is something we definitely need to get right to have a better emailing experience. The auth plug-in, for example, could benefit from this.
Awesome, glad to hear it
Maybe you could expose a "mail" (or similarly named) trait and let users define their own email formats through that? passing structures that implement this "mail" trait
at least as a basic solution for now, that can be build on-top of for a gui-type builder