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

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...

[![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 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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/execa/9.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/execa/9.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

maintenance

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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/9.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

maintenance

This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...

maintenance