dword-design / nuxt-mail

Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.
Other
247 stars 18 forks source link

Can this module be used in a static site? #13

Closed stefanobartoletti closed 3 years ago

stefanobartoletti commented 3 years ago

Like the title says, is there a way to use this module in a Static generated site?

dword-design commented 3 years ago

@stefanobartoletti No this won't work because you need the server-side route.

dword-design commented 3 years ago

@stefanobartoletti I'm closing this for now.