https://github.com/dmitrymomot/mailer
Mailer is an email queue processor. it's a robust and scalable system designed for efficient email handling in distributed environments. It offers a seamless integration with various email providers, ensuring reliable delivery of queued emails.
https://github.com/dmitrymomot/mailer
Last synced: 3 months ago
JSON representation
Mailer is an email queue processor. it's a robust and scalable system designed for efficient email handling in distributed environments. It offers a seamless integration with various email providers, ensuring reliable delivery of queued emails.
- Host: GitHub
- URL: https://github.com/dmitrymomot/mailer
- Owner: dmitrymomot
- License: apache-2.0
- Created: 2023-12-25T17:19:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-23T18:22:43.000Z (about 1 year ago)
- Last Synced: 2025-01-11T18:30:06.311Z (4 months ago)
- Language: Go
- Size: 142 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# mailer
[](https://github.com/dmitrymomot/mailer/tags)
[](https://pkg.go.dev/github.com/dmitrymomot/mailer)
[](https://github.com/dmitrymomot/mailer/blob/main/LICENSE)[](https://github.com/dmitrymomot/mailer/actions/workflows/tests.yml)
[](https://github.com/dmitrymomot/mailer/actions/workflows/codeql-analysis.yml)
[](https://github.com/dmitrymomot/mailer/actions/workflows/golangci-lint.yml)
[](https://goreportcard.com/report/github.com/dmitrymomot/mailer)Mailer is an email queue processor that exemplifies provider-agnostic versatility in its design. It's a robust and scalable system tailored for efficient email handling in distributed environments. While maintaining a neutral stance towards various email providers ensuring adaptability and flexibility, Mailer includes a basic adapter implementation for the Postmarkapp email service that can be an example for your implementations or help you to start quickly.
## Features
- **Provider-agnostic**: Mailer is designed to be provider-agnostic, meaning it can be used with any email service provider.
- **Scalable**: Mailer is built to be scalable, allowing you to handle a large number of emails.
- **Email Templates**: Mailer provides a ready-to-use template system for email messages based on [Arcon Framework](http://docs.thememountain.com/acorn/introduction/)
- **Email Queue**: Mailer provides a ready-to-use queue system for email messages. It allows you to send emails in the background.## Usage
See the [_example](https://github.com/dmitrymomot/mailer/tree/main/_example) directory for usage examples.
## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/dmitrymomot/mailer/tree/main/LICENSE) file for details.