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.
nuxt package.json: { "name": "project", "version": "1.0.0", "private": true, "scripts": { "dev": "nuxt", "build": "nuxt build", "start": "nuxt start", "generate": "nuxt generate", "lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .", "lint":...
I'd like to implement recaptcha with this plugin. Currently I have to create a new plugin to use: ``` import { useFetch } from "#app"; import { FetchError } from...
[](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [execa](https://redirect.github.com/sindresorhus/execa) | [`^8.0.1` -> `^9.0.0`](https://renovatebot.com/diffs/npm/execa/8.0.1/9.4.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
Hey guys! After I installed nuxt-mail on my project, I am not being able to run the project again because I get this error: ``` [12:27:01 AM] ERROR [worker reload]...
I get the following error: dev > nuxt dev Nuxt 3.11.2 with Nitro 2.9.6 17:42:54 17:42:55 ➜ Local: http://localhost:3000/ ➜ Network: use --host to expose ℹ Using default Tailwind CSS...
Has anyone had any success using this module with Cloudflare pages? When I try to deploy via a Github repo I get the following error at the end of the...
I'm getting the following error when trying to send from a contact form in Nuxt 3: `TypeError: can't access property "_data", error.response is undefined` nuxt.config.ts: ``` mail: { message: {...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pnpm](https://pnpm.io) ([source](https://redirect.github.com/pnpm/pnpm)) | [`9.11.0+sha256.1c0e33f70e5df9eede84a357bdfa0b1f9dba6e58194628d48a1055756f553754` -> `9.12.2`](https://renovatebot.com/diffs/npm/pnpm/9.11.0/9.12.2) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...