Skip to content

Latest commit

 

History

History
111 lines (74 loc) · 1.94 KB

File metadata and controls

111 lines (74 loc) · 1.94 KB

📧 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