nuxt
nuxt copied to clipboard
Provide Demos in the docs
Hello, I've been trying to make this module send the templates unsuccessfully.
My setup is Nuxt 3 (SSR) and want to use with nodemailer (but could work with any other really). After reading articles, documentation back and forth and attempting tons of tries, everything seems misleading.
There is nothing that would help most than a minimal demo page like they do with other modules. See https://tailwindcss.nuxtjs.org/examples/basic for reference.
The basic stuff should cover form inputs that add info to props, that are included in the email template, that is sent with the desired provider (nodemailer or else).
Do you think this is possible? Would help a lot. Thanks!