I'm making a KivyMD App and I want to send email verification code when an user is registered to the application. I'm using a firestore database with python for this project. But I don't have an idea to do that. The registration process is
- User sign up to the application with his email address.
- an email contains a code (with random numbers -
OTP Code) should be send to the user's email. - After user enters the correct verification code he should be registered in the application.
Can this be done with the way I expected? Or are there other better ways? Please help me Friends. Thank you in advance...

