Metadata-Version: 2.1
Name: py_email_service
Version: 0.0.0
Summary: Email Service
Home-page: https://github.com/nymann/email-service
Maintainer: Kristian Nymann Jakobsen
Maintainer-email: kristian@nymann.dev
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Provides-Extra: all
Provides-Extra: dev
Provides-Extra: tests
Provides-Extra: package

# Email Service

_Send emails via Kafka messaging._

## WIP: Features

- [x] Publish/Consumer
- [x] Send emails
- [ ] Template support
- [x] Attachment support
- [x] CC Support
- [x] BCC Support

### Usage
See [example_publisher](example_publisher)

### Notes

How to implement configurable templates?

## Development

For help getting started developing check [DEVELOPMENT.md](DEVELOPMENT.md)
