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

Why is it not allowed to set the field `to` dynamically? #248

Open fjmpaez911 opened 3 months ago

fjmpaez911 commented 3 months ago

Not an issue but a question to understand why this is the current logic.

...omit(['config', 'to', 'cc', 'bcc'])(body),

Why is this code even present in the module?

gbyesiltas commented 3 months ago

there seems to be a pretty lengthy discussion about this under this issue