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

Static hosting and nuxt generate #3

Closed liquidiert closed 3 years ago

liquidiert commented 4 years ago

Hey @dword-design, have you ever tried nuxt generate and host it statically? Cause for me it's not working. I guess it is cause of the intermediary express server? But a wild guess here. Anyway could you take a look at it? :)

dword-design commented 4 years ago

Hey @liquidiert, that will probably be the problem. Since generated sites only run client-side, these sites would need to use a third party email service or an embedded contact form or something similar. I guess this module only works with a server.

dword-design commented 3 years ago

@liquidiert Closing this for now. Feel free to reopen it again.