nuxt-mail
nuxt-mail copied to clipboard
Email templates
HTML E-Mail Templates would be great. Any way to achieve this currently?
Not yet unfortunately. But is the next step now that Nuxt 3 is done.
HTML E-Mail Templates would be great. Any way to achieve this currently?
https://nuxt.com/modules/vue-email
html: <h1>My HTML</h1> is working 100% fine for me, it looks like this issue might be closed.
Commit changes: https://github.com/Doyban/Doyban-Website/commit/f9434b828c4e2a880b8271ce91bea5c22fd330ae
and confirmation below
The idea would be to define the template in the message config and then to only pass props from the client.
Just use VueEmail instead. It has extensive template possibilities and integrated with Nodemailer as well as third party services.