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
Why is it not allowed to set the field `to` dynamically? #248
Open
fjmpaez911 opened 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?