Metadata-Version: 2.3
Name: corelibs-email
Version: 2.0.0
Summary: CoreLibs Email Sending Library
Author: Clemens Schwaighofer
Author-email: Clemens Schwaighofer <clemens.schwaighofer@omc.com>
Requires-Dist: corelibs-log>=1.0.0
Requires-Dist: corelibs-regex-checks>=1.0.0
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# CoreLibs Python Email

This is part of the Python CoreLibs

## Overview

Simple email sending support

## Install

```sh
uv add --index opj-pypi=https://packages.omnicomproduction.jp/api/packages/PyPI/pypi/simple/ corelibs-email
```

## Usage

See <DOCUMENTATION.md>

## Development

See <DEVELOPMENT.md> for detailed development information
