Metadata-Version: 2.4
Name: mailwizard
Version: 0.1.1
Summary: Simple library for sending emails via Python
Author-email: Syed Abdullah Hassan <syedabdullahhassann@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/SyedAbdullahh/mailwizard
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# mailwizard

A simple Python library to send emails with validation using `smtplib`.

## Installation

```bash
pip install mailwizard
