Add nuxt-mail
Hey, I created a module that allows to send emails in a Nuxt.js app: https://github.com/dword-design/nuxt-mail
Description: Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails. Works for universal mode.
Happy to add it once Nuxt 3 support lands, tracking on https://github.com/dword-design/nuxt-mail/issues/108
Nuxt 3 support would be amazing! I think we can keep listing nuxt 2 only modules too :) I'll make a quick look at your module.
FYI Nuxt3 is now stable
@Atinux Nuxt 3 support has landed. The module is currently compatible with both version 2 and 3. Are there any other things that I need to add? And how does the readme update on nuxt.com/modules?