Vercel is not sending STMP email
Unanswered
Yellowhead catfish posted this in #help-forum
Yellowhead catfishOP
I'm trying to send email with nodemailer in a NextJS server side for a outlook email. I'm using .env variables. I tested in localhost and the email was sent normally.
In vercel, I added .env attributes in enviroment variables. But, when I try to send email, gives the error:
Invalid login: 535 5.7.3 Authentication unsuccessful [CH0PR13CA0001.namprd13.prod.outlook.com 2024-03-27T18:48:21.429Z 08DC4C041F8AAA9D]. The values email and pass are passing normally.
Can somebody help me? I'm desperate...
In vercel, I added .env attributes in enviroment variables. But, when I try to send email, gives the error:
Invalid login: 535 5.7.3 Authentication unsuccessful [CH0PR13CA0001.namprd13.prod.outlook.com 2024-03-27T18:48:21.429Z 08DC4C041F8AAA9D]. The values email and pass are passing normally.
Can somebody help me? I'm desperate...