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

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

Open fjmpaez911 opened 1 month ago

fjmpaez911 commented 1 month 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 1 month ago

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