Metadata-Version: 2.4
Name: ezramail
Version: 1.1.1
Summary: Lightweight HTML email sending via SMTP — zero third-party dependencies
Author-email: Ezra Destaw <ezradestaw@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/Ezradestaw/ezraconnect
Project-URL: Repository, https://github.com/Ezradestaw/ezraconnect
Project-URL: Bug Tracker, https://github.com/Ezradestaw/ezraconnect/issues
Project-URL: Documentation, https://github.com/Ezradestaw/ezraconnect#readme
Keywords: email,smtp,html,mail,send,gmail,outlook,yahoo
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: license-file

# 📦 ezramail

[![PyPI version](https://img.shields.io/pypi/v/ezramail)](https://pypi.org/project/ezramail/)

> Lightweight HTML email sending via SMTP — zero third-party dependencies.

## 🔧 Installation
```bash
pip install ezramail
