Skip to content

Blue-Rangoon/Python-Email-Service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📧 Python Email Service

Lightweight email sending service built with Python Flask and SMTP integration


Python Flask SMTP Status License

Visitors


🚀 Features

  • 📤 Send emails using SMTP
  • 🔐 Secure authentication support
  • 🌐 Flask-based API service
  • 🧪 Testing scripts included
  • ⚡ Lightweight and easy to use

📂 Project Structure

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

🛠 Tech Stack


🛠️ Requirements

  • Python 3.10+
  • Flask

Install dependencies:

pip install flask

▶️ Usage

Run email test:

python mail_test.py

Run QR script:

python qr_test.py

⚙️ Configuration

Edit credentials in mail_test.py:

EMAIL = "your_email@gmail.com"
PASSWORD = "your_app_password"

🤝 Contributing

Feel free to fork and improve this project.

  1. Fork the repo
  2. Create a new branch
  3. Commit changes
  4. Open a pull request

👨‍💻 Author

Saad Ali Rizvi

About

A lightweight email sending service built with Python Flask. Supports SMTP integration, secure authentication, and easy API endpoints for sending automated emails in web apps and backend systems.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages