Thanks to visit codestin.com
Credit goes to github.com

Skip to content

old-ghost/email_otp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OTP Verification (REST API)

A simple REST API for sending OTPs via email.

Installation

1. Install Required Packages

Run the following command to install dependencies:

pip install -r requirements.txt

2. Set Up Environment Variables

Create a .env file in the project root and add the following configuration:

FLASK_APP=app.py
FLASK_DEBUG=on
SENDER_PASSWORD="your_email_password"
SENDER_EMAIL="[email protected]"

Project Structure

project-folder/
│── templates/           # Folder for storing HTML email templates
│── app.py               # Main Flask application
│── requirements.txt     # Python dependencies

About

OTP Verification (REST API)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published