sincco / elastic-email
Implements use for elastic email api
1.0
2016-11-23 20:25 UTC
Requires
- php: ^5.3.3 || ^7.0
This package is not auto-updated.
Last update: 2025-02-01 21:20:04 UTC
README
Send email using Elastic Email API.
##Installation
To add this package as a local, per-project dependency to your project, simply add a dependency on your project's composer.json file. Here is a minimal example of a composer.json file that just defines a dependency on Tokenizer:
{ "require": { "sincco/elastic-email": "1.0" } }
##Use
NOTICE OF LICENSE
This source file is subject to the Open Software License (OSL 3.0) that is available through the world-wide-web at this URL: http://opensource.org/licenses/osl-3.0.php
Happy coding!