nuxt-mail
                                
                                
                                
                                    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.
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) | [](https://docs.renovatebot.com/merge-confidence/) |...
Active
Hey, Is this plugin supported?
[](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...
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',...