★ 1stars
98composer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/helick/mail/archive/refs/heads/master.zipAlso on Packagist as helick/mail:
composer require helick/mailFrom the readme
Helick Mail
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Total Downloads][ico-downloads]][link-downloads]
[![Software License][ico-license]](LICENSE.md)
[![Quality Score][ico-code-quality]][link-code-quality]
Mail integration.
Requirements
Make sure all dependencies have been installed before moving on:
PHP = 7.1
Composer
Install
Install via Composer:
Update your application config by declaring the following:
Update your env variables by declaring the following:
Contributing
Please see CONTRIBUTING and CODEOFCONDUCT for details.
Security
If you discover any security related issues, please email evgenii@helick.io instead of using the issue tracker.
Credits
- [Evgenii Nasyrov][link-author]
- [All Contributors][link-contributors]
License
The MIT License (MIT). Please see License File for more information.
[ico-version]: https://img.shields.io/packagist/v/helick/mail.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/helick/mail.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/helick/mail.svg?style=flat-s
Read the full README on GitHub →