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

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [axios](https://axios-http.com) ([source](https://redirect.github.com/axios/axios)) | [`^0` -> `^1.0.0`](https://renovatebot.com/diffs/npm/axios/0.28.1/1.7.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/axios/1.7.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

maintenance

Hey, Is this plugin supported?

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...

maintenance

This updates the documentation to use the [`nuxi module add` command](https://github.com/nuxt/cli/pull/197) which should simplify docs a bit and also improve user experience as there's no need to add to `nuxt.config`...

When I am trying to send mail, I have this error, but I can't to resolve this. nuxt.config.ts ``` mail: { message: { to: process.env.NUXT_ADMIN_MAIL_USER, }, smtp: { host: 'smtp.yandex.ru',...