issues Search Results · repo:dword-design/nuxt-mail language:JavaScript
Filter by
69 results
(69 ms)69 results
indword-design/nuxt-mail (press backspace or delete to remove)export default defineNuxtConfig({ routeRules: { / : { prerender: true }, /* : { swr: true }, /**/* : { swr: true },
if i do this rules = /mail/send not work....
dobreo
- Opened on Nov 21, 2024
- #260
Currently calling
const mail = useMail()
await mail.send({
from: Website ,
subject: Form ,
text: `${name.value}
E-mail: ${email.value}
Msg: ${message.value}`,
})
Results in a 500 error logged ...
andreasvirkus
- Opened on Oct 30, 2024
- #259
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: {
to: ...
fexell
- Opened on Oct 27, 2024
- #258
Hello.
I m trying to use nuxt-mail server-side with Nuxt but I can t figure out how to import it . Working as expected in
client but I would prefer avoid it. Is the project allowing it?
Here is my basic ...
Yves852
- 1
- Opened on Sep 4, 2024
- #249
Not an issue but a question to understand why this is the current logic.
...omit([ config , to , cc , bcc ])(body),
Why is this code even present in the module?
fjmpaez911
- 1
- Opened on Aug 14, 2024
- #248
FantixX
- 1
- Opened on May 24, 2024
- #244
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 file nuxt:tailwindcss ...
motze92
- 1
- Opened on May 8, 2024
- #239
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 deployment:
Error: Failed to publish your Function. ...
mattgrah-am
- 4
- Opened on May 5, 2024
- #236
I have nuxt config file
mail: {
message: {
to: process.env.NUXT_ADMIN_MAIL_USER,
},
smtp: {
host: smtp.mail.ru ,
port: 465,
secure: true,
auth: {
user: ...
bobrov-site
- 1
- Opened on Apr 26, 2024
- #233
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] [worker init] Cannot find package @dword-design/functions ...
tmmsmoreira
- 8
- Opened on Apr 6, 2024
- #227

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.