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
239 stars 18 forks source link

How to send a mail to another email address not defined in nuxt.config.js? #125

Closed ggggg111 closed 1 year ago

ggggg111 commented 2 years ago

For example, I have an input text where users can write their email address, and the problem I'm having is that I don't know how to send the email to that address. This is because I can't modify the "to" field in nuxt.config.js because the application is already running when users input their email.