https://github.com/nymann/email-service
https://github.com/nymann/email-service
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nymann/email-service
- Owner: nymann
- License: mit
- Created: 2022-10-03T14:35:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-04T19:05:21.000Z (over 3 years ago)
- Last Synced: 2025-03-28T21:06:48.349Z (about 1 year ago)
- Language: Python
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)