Skip to content

shayansaha85/email-otp-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email OTP System

Description

This project is created for mimicking the email OTP validation system with the help of Python and Flask framework

How to run?

git clone https://github.com/shayansaha85/email-otp-system.git
  • Set up pip if not done
  • Open Command Prompt/Powershell/Terminal in the repository folder and run the below command to install all the dependencies for running this utility
pip install -r requirements.txt
  • Update the details in the config.properties file
  • For getting the details of SMTP URL see this article by Arclab
  • Make sure to have proper settings in your email client in order to send email with SMTP server with the help of Python
  • Run the app.py file with the below command
python app.py
  • Development server will be created with the port 5151 (You can change if you want in the app.py file)
  • Open browser and hit this URL : http://<YOUR_IP_ADDRESS>:5151/home

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published