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

Support for nuxt 3

Open vencho-mdp opened this issue 2 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