Metadata-Version: 2.3
Name: platzky_sendmail
Version: 0.1.0
Summary: 
License: MIT
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: pydantic (>=2.10.3,<3.0.0)
Description-Content-Type: text/markdown

# Platzky Sendmail Plugin

## Overview

Platzky Sendmail is a plugin for snding mails

## Installation

```sh
pip install platzky-sendmail
```

### Usage

```json
"plugins": [
{
            "name": "sendmail",
            "config": {
                "port": 465,
                "smtp_server": "smtp.example.com",
                "receiver_email": "receiver@example.com",
                "password": "MY-SECRET-PASSWORD",
                "sender_email": "sender@example.com",
                "subject": "Default email subject"
}
]



```

