dword-design / nuxt-mail

Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.
Other
239 stars 18 forks source link

Email templates #115

Open dword-design opened 2 years ago

markus-gx commented 1 year ago

HTML E-Mail Templates would be great. Any way to achieve this currently?

dword-design commented 1 year ago

Not yet unfortunately. But is the next step now that Nuxt 3 is done.

imcm7 commented 11 months ago

HTML E-Mail Templates would be great. Any way to achieve this currently?

https://nuxt.com/modules/vue-email

danieldanielecki commented 9 months ago

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

Screenshot 2023-12-28 at 11 42 32
dword-design commented 8 months ago

The idea would be to define the template in the message config and then to only pass props from the client.

MickL commented 6 months ago

Just use VueEmail instead. It has extensive template possibilities and integrated with Nodemailer as well as third party services.