Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-23T18:22:43.000Z (9 months ago)
- Last Synced: 2024-02-23T19:29:06.004Z (9 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
[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/dmitrymomot/mailer)](https://github.com/dmitrymomot/mailer/tags)
[![Go Reference](https://pkg.go.dev/badge/github.com/dmitrymomot/mailer.svg)](https://pkg.go.dev/github.com/dmitrymomot/mailer)
[![License](https://img.shields.io/github/license/dmitrymomot/mailer)](https://github.com/dmitrymomot/mailer/blob/main/LICENSE)[![Tests](https://github.com/dmitrymomot/mailer/actions/workflows/tests.yml/badge.svg)](https://github.com/dmitrymomot/mailer/actions/workflows/tests.yml)
[![CodeQL Analysis](https://github.com/dmitrymomot/mailer/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/dmitrymomot/mailer/actions/workflows/codeql-analysis.yml)
[![GolangCI Lint](https://github.com/dmitrymomot/mailer/actions/workflows/golangci-lint.yml/badge.svg)](https://github.com/dmitrymomot/mailer/actions/workflows/golangci-lint.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/dmitrymomot/mailer)](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.