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
.
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
.