nuxt-mail icon indicating copy to clipboard operation
nuxt-mail copied to clipboard

Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.

Results 43 nuxt-mail issues
Sort by recently updated
recently updated
newest added

Using `nuxt.options.runtimeConfig` returns static options from `nuxt.config.ts`. If you use the results of `useRuntimeConfig()` then those values are updated by environment variables.

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?