Sending Emails with Nuxt
Aug 14, 2023 · 3 min read · Sending emails is a requirement for many web applications, and even static websites. Most websites contain a Contact Us form, and a lot of implementations I have come across use the HTML anchor tag's mailto href attribute to send these emails. I find...
Join discussion