Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.