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

If message.to needs to be configured beforehand, how can I send a confirmation email to someone based an email address inserted in a form field? I'm may be wrong here,...

I've ran into an issue where the default body size limit of 100kb (https://expressjs.com/en/api.html#express.methods) is too small for my usecase. Especially when trying to send a file - the middleware...

[![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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [peter-evans/close-issue](https://togithub.com/peter-evans/close-issue) | action | major | `v1` -> `v2` | ---...

maintenance

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@dword-design/puppeteer](https://togithub.com/dword-design/puppeteer) | [`^5.0.0` -> `^6.0.0`](https://renovatebot.com/diffs/npm/@dword-design%2fpuppeteer/5.0.7/6.0.0) | [![age](https://badges.renovateapi.com/packages/npm/@dword-design%2fpuppeteer/6.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

maintenance

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v2` -> `v3` | ---...

maintenance

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [axios](https://axios-http.com) ([source](https://togithub.com/axios/axios)) | [`^0.25.0` -> `^0.27.0`](https://renovatebot.com/diffs/npm/axios/0.25.0/0.27.2) |...

maintenance

I think I have come up with a solution that might fit for most users. The idea is similar to the one I sketched out above. What you basically do...

For example, I have an input text where users can write their email address, and the problem I'm having is that I don't know how to send the email to...