iaincollins / nextjs-starter

A starter project for Next.js with authentication
https://nextjs-starter.now.sh
ISC License
1.37k stars 423 forks source link

Nodemailer needs to be updated #109

Open charlottetan opened 5 years ago

charlottetan commented 5 years ago

SMTP localhost transport appears to broken with this version of nodemailer, updating to the latest version fixed it. Also nodemailer-direct-transport and nodemailer-smtp-transport is likely no longer necessary.

iaincollins commented 5 years ago

Thanks!