, (*1)
Requirements
Documentation
For documentation, as well as tutorials, see the Docs directory of this repository., (*2)
Usage Example
An example call with all default values:, (*3)
bin/cake email send contact@cakedc.com
It will send an email with Test email
subject and This is a test email
as message body to contact@cakedc.com
using the default
email configuration. You will get an output like this:, (*4)
Welcome to CakePHP v3.5.3 Console
---------------------------------------------------------------
Email config : default
Email recipient: contact@cakedc.com
---------------------------------------------------------------
Email message sent successfully
Headers
From: test@cakedc.com
Date: Tue, 03 Oct 2017 11:40:53 +0000
Message-ID: <21170bbf52264c7dba99b5b7aef08806@cakedc.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Message
This is a test email
Support
For bugs and feature requests, please use the issues section of this repository., (*5)
Commercial support is also available, contact us for more information., (*6)
Contributing
This repository follows the CakeDC Plugin Standard. If you'd like to contribute new features, enhancements or bug fixes to the plugin, please read our Contribution Guidelines for detailed instructions., (*7)
License
Copyright 2017 Cake Development Corporation (CakeDC). All rights reserved., (*8)
Licensed under the MIT License. Redistributions of the source code included in this repository must retain the copyright notice found in each file., (*9)