DEV Community

Discussion on: Sending Emails with Nuxt.js the Easy Way

Collapse
 
emanuilgerganov profile image
EmanuilGerganov

By default nuxt is in universal mode and that is what I'm using. But when building my app I use nuxt generate on the server, is that a problem for sending mails?

Collapse
 
seblandwehr profile image
Sebastian Landwehr

Yes you are right, this will probably lead to problems because nuxt generate works with target: static and this target does not expose a server but only static files.