Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baraja-core/emailer
Automation tool for e-mail distribution, queue management and advanced logging.
https://github.com/baraja-core/emailer
emailer mail mailer nette nette-mailer php
Last synced: 26 days ago
JSON representation
Automation tool for e-mail distribution, queue management and advanced logging.
- Host: GitHub
- URL: https://github.com/baraja-core/emailer
- Owner: baraja-core
- Created: 2021-02-10T19:13:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-29T09:41:08.000Z (almost 2 years ago)
- Last Synced: 2024-09-30T13:59:32.588Z (about 1 month ago)
- Topics: emailer, mail, mailer, nette, nette-mailer, php
- Language: PHP
- Size: 77.1 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Emailer
=======Automation tool for e-mail distribution, queue management and advanced logging.
📦 Installation
---------------It's best to use [Composer](https://getcomposer.org) for installation, and you can also find the package on
[Packagist](https://packagist.org/packages/baraja-core/emailer) and
[GitHub](https://github.com/baraja-core/emailer).To install, simply use the command:
```shell
$ composer require baraja-core/emailer
```You can use the package manually by creating an instance of the internal classes, or register a DIC extension to link the services directly to the Nette Framework.
📄 License
-----------`baraja-core/emailer` is licensed under the MIT license. See the [LICENSE](https://github.com/baraja-core/template/blob/master/LICENSE) file for more details.