Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.
247
stars
18
forks
source link
Is it safe putting the plain SMTP password in nuxt.config.ts? Is there a better approach? #244
Closed
FantixX closed 5 months ago
You should use environment variables for that.