Android Studio – How to send response which got from server to the email?
I got my forgotten password from API. I want to send that password to the email address. I tried many options but still, I was unable to send that password.
I got my forgotten password from API. I want to send that password to the email address. I tried many options but still, I was unable to send that password.
I am implementing a forgot/reset password functionality in a Node.js app using NestJs. That is the general flow: A user types in his email in a "forgot password" form and submits the request The server generates a jwt token with…