Lightweight email sending service built with Python Flask and SMTP integration
- 📤 Send emails using SMTP
- 🔐 Secure authentication support
- 🌐 Flask-based API service
- 🧪 Testing scripts included
- ⚡ Lightweight and easy to use
Python-email-service/
│
├── images_py/
│ └── image.png # GIF / visual demo
│
├── mail_test.py # Email sending test script
├── qr_test.py # QR utility script
└── README.md
- Python 3.10+
- Flask
Install dependencies:
pip install flaskRun email test:
python mail_test.pyRun QR script:
python qr_test.pyEdit credentials in mail_test.py:
EMAIL = "your_email@gmail.com"
PASSWORD = "your_app_password"Feel free to fork and improve this project.
- Fork the repo
- Create a new branch
- Commit changes
- Open a pull request