I am creating fet-password route and have function to send service password to reset-password post method.
this is my error: Reset Link: http://localhost:5000/reset-password?token=6861ccc0f1d2954ccb77ec798f1e1b5a7935dbdef35a9287dd09008e64a289ce Error: Email service password is missing at sendResetEmail (file:///C:/Users/user/Desktop/digiframe/Back-end/routes/fet_password_r.js:85:11) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async file:///C:/Users/user/Desktop/digiframe/Back-end/routes/fet_password_r.js:32:5 ^C ELIFECYCLE Command failed with exit code 3221225786.
Tried SERVICE_PASS from .env but get google
respose: '535-5.7.8 Username and Password not accepted. For more information, go to\n'
I have tried alot to fix it and can help me, what i missing?