update nodemailer and overwriter vor next-auth

This commit is contained in:
Thomas Ruoff
2026-02-12 21:18:13 +01:00
parent 5f85e4bbbe
commit 9c8ebbbbb5
4 changed files with 13 additions and 11 deletions

View File

@@ -46,7 +46,7 @@ export default async function auth(req: NextApiRequest, res: NextApiResponse) {
pass: process.env.SMTP_PASS,
},
logger: true,
//debug: true,
debug: true,
},
from: process.env.FROM_EMAIL,
}),