helick/mail

The Helick mail plugin

Maintainers

Details

github.com/helick/mail

Source

Issues

Installs: 98

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:wordpress-plugin

v1.1.0 2019-07-31 20:13 UTC

This package is auto-updated.

Last update: 2024-03-29 03:58:47 UTC


README

Latest Version on Packagist Total Downloads Software License Quality Score

Mail integration.

Requirements

Make sure all dependencies have been installed before moving on:

Install

Install via Composer:

$ composer require helick/mail

Update your application config by declaring the following:

Config::define('MAIL_HOST', env('MAIL_HOST'));
Config::define('MAIL_PORT', env('MAIL_PORT'));
Config::define('MAIL_USER', env('MAIL_USER'));
Config::define('MAIL_PASSWORD', env('MAIL_PASSWORD'));

Update your env variables by declaring the following:

MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USER=null
MAIL_PASSWORD=null

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Security

If you discover any security related issues, please email evgenii@helick.io instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.