scalex/mailer

This package is abandoned and no longer maintained. No replacement package was suggested.

A mail merge CLI.

v0.1.1 2016-08-26 18:31 UTC

This package is not auto-updated.

Last update: 2020-10-30 22:15:08 UTC


README

(---- IT JUST MAKES BULK MAILING EASY ----)

Software License Packagist Latest Version Issues

Install

Via Composer

$ composer require scalex/mailer

Usage

# Initialize mailer.
$ mailer init 
# Create new project.
$ mailer new product-campaign
$ cd product-campaign
# Update html.blade.php, text.blade.php, config.php and 
# data.csv with relevent information.
# Then :)
$ mailer send

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email opensource@scalex.xyz instead of using the issue tracker.

Credits

License

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