nuxt-mail icon indicating copy to clipboard operation
nuxt-mail copied to clipboard

Support for nuxt 3

Open vencho-mdp opened this issue 3 years ago • 5 comments

vencho-mdp avatar Feb 02 '22 21:02 vencho-mdp

I really need this working with Nuxt 3 , im using nuxt.config.ts. So following your tutorial gives me the following error in nuxt.config.ts: Type '{ message: { to: string; }; smtp: { host: string; port: number; }; }' is not assignable to type 'string'.

GithubMitch avatar Feb 11 '22 23:02 GithubMitch

@GithubMitch Till they release it for Nuxt 3, you could make a route under server/api that uses nodemailer :)

vencho-mdp avatar Feb 13 '22 13:02 vencho-mdp

I first want to finish up the PR about dynamic emails, because it involves some architectural changes and fixes many open issues. https://github.com/dword-design/nuxt-mail/pull/112

dword-design avatar Feb 15 '22 12:02 dword-design

@dword-design do you have any update on this?

niklasfjeldberg avatar Aug 21 '22 19:08 niklasfjeldberg

Related SO question: https://stackoverflow.com/q/73962200/8816585

kissu avatar Oct 17 '22 09:10 kissu

Nuxt 3 support is there. I can't reproduce the Typescript issue though, let me know if there is still an issue.

dword-design avatar Jan 05 '23 16:01 dword-design

Nuxt 3 support is there. I can't reproduce the Typescript issue though, let me know if there is still an issue.

Awesome! In that case this module should be listed under modules section (nuxt 3 website)

mubaidr avatar Aug 02 '23 07:08 mubaidr

Issue is here but not closed yet: https://github.com/nuxt/modules/issues/128

dword-design avatar Sep 18 '23 17:09 dword-design