nuxt-mail icon indicating copy to clipboard operation
nuxt-mail copied to clipboard

Email templates

Open dword-design opened this issue 3 years ago • 6 comments

dword-design avatar Feb 15 '22 00:02 dword-design

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

markus-gx avatar Feb 23 '23 14:02 markus-gx

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

dword-design avatar Mar 12 '23 16:03 dword-design

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

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

imcm7 avatar Nov 02 '23 07:11 imcm7

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

danieldanielecki avatar Dec 28 '23 10:12 danieldanielecki

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

dword-design avatar Jan 14 '24 05:01 dword-design

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

MickL avatar Mar 03 '24 23:03 MickL