cakephp-email-queue | A email sending queue for CakePHP
kandi X-RAY | cakephp-email-queue Summary
kandi X-RAY | cakephp-email-queue Summary
cakephp-email-queue is a PHP library. cakephp-email-queue has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
This plugin provides an interface for creating emails on the fly and store them in a queue to be processed later by an offline worker using a cakephp shell command. It also contains a handy shell for previewing queued emails, a very handy tool for modifying email templates and watching the result.
This plugin provides an interface for creating emails on the fly and store them in a queue to be processed later by an offline worker using a cakephp shell command. It also contains a handy shell for previewing queued emails, a very handy tool for modifying email templates and watching the result.
Support
Quality
Security
License
Reuse
Support
cakephp-email-queue has a low active ecosystem.
It has 58 star(s) with 24 fork(s). There are 8 watchers for this library.
It had no major release in the last 12 months.
There are 7 open issues and 17 have been closed. On average issues are closed in 45 days. There are 2 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of cakephp-email-queue is v5.0.0
Quality
cakephp-email-queue has 0 bugs and 0 code smells.
Security
cakephp-email-queue has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
cakephp-email-queue code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
cakephp-email-queue is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
cakephp-email-queue releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
cakephp-email-queue saves you 456 person hours of effort in developing the same functionality from scratch.
It has 1077 lines of code, 50 functions and 16 files.
It has low code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed cakephp-email-queue and discovered the below as its top functions. This is intended to give you an instant insight into cakephp-email-queue implemented functionality, and help decide if they suit your requirements.
- Main function .
- Add options to the console .
- Preview an email preview
- Get emails .
- Initialize the queue .
- Change the queue table .
- Serialize value .
- Remove all the template variables .
- Unserialize value .
- Up the queue table .
Get all kandi verified functions for this library.
cakephp-email-queue Key Features
No Key Features are available at this moment for cakephp-email-queue.
cakephp-email-queue Examples and Code Snippets
Copy
composer require lorenzo/cakephp-email-queue
'EmailTransport' => [
'Debug' => [
'className' => 'Debug'
],
]
Copy
# config/Schema/email_queue.sql
bin/cake migrations migrate --plugin EmailQueue
Copy
use EmailQueue\EmailQueue;
EmailQueue::enqueue($to, $data, $options);
Community Discussions
No Community Discussions are available at this moment for cakephp-email-queue.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install cakephp-email-queue
The plugin uses Debug email transport, so make sure your email config contain it:.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page