Nodemailer
Unanswered
Yellow Grosbeak posted this in #help-forum
Yellow GrosbeakOP
Usually I create api on my backend to send mails with nodemailer, but it seems that nextjs supports server actions. Is it okay to use nodemailer in Next? Should I use 'use server' in files where I handle (req, res) ?