Skip to content

Releases: thaikolja/nuxt-send-email-example

v1.0.0

05 Oct 21:46
7617971
Compare
Choose a tag to compare

This is the first version of a Nuxt 3 site using Nodemailer (and a little bit of Tailwind CSS) to show how to send an email. The code is well-documented, and the two most relevant files are server/api/email/send.post.ts and /pages/index.vue.