Metadata-Version: 2.4
Name: egmail
Version: 1.0.0
Summary: A super-simple Gmail sending library
Home-page: https://github.com/EGALEX5/egmail
Author: EGALEX5
Author-email: EGALEX5 <egale5x@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/EGALEX5/egmail
Project-URL: Source, https://github.com/EGALEX5/egmail
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# EGMail
A super-simple Gmail sending library for sending emails using Gmail SMTP.

## Features
- Easy to use
- Minimal code
- Works with Gmail App Passwords
- Perfect for automation or CLI tools

## Installation
```bash
pip install egmail
