cakedc/cakephp-email-toolkit

Email Toolkit Plugin for CakePHP

Installs: 2 248

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 16

Forks: 1

Open Issues: 1

Type:cakephp-plugin

1.0.0 2017-10-03 15:36 UTC

This package is auto-updated.

Last update: 2024-04-12 03:15:49 UTC


README

Bake Status Downloads Latest Version License

Requirements

  • CakePHP 3.1.0+
  • PHP 5.6+

Documentation

For documentation, as well as tutorials, see the Docs directory of this repository.

Usage Example

An example call with all default values:

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:

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.

Commercial support is also available, contact us for more information.

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.

License

Copyright 2017 Cake Development Corporation (CakeDC). All rights reserved.

Licensed under the MIT License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.