cakephp-email-queue | A email sending queue for CakePHP

 by   lorenzo PHP Version: v5.0.0 License: MIT

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.
Support
    Quality
      Security
        License
          Reuse

            kandi-support 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.
              OutlinedDot
              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

            kandi-Quality Quality

              cakephp-email-queue has 0 bugs and 0 code smells.

            kandi-Security 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.

            kandi-License 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.

            kandi-Reuse 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

            CakePHP Email Queue plugin,Installation
            PHPdot img1Lines of Code : 6dot img1License : Permissive (MIT)
            copy iconCopy
            composer require lorenzo/cakephp-email-queue
            
            'EmailTransport' => [
                    'Debug' => [
                        'className' => 'Debug'
                    ],
            ]
              
            CakePHP Email Queue plugin,Installation,Load required database table
            PHPdot img2Lines of Code : 2dot img2License : Permissive (MIT)
            copy iconCopy
            # config/Schema/email_queue.sql
            
            bin/cake migrations migrate --plugin EmailQueue
              
            CakePHP Email Queue plugin,Usage
            PHPdot img3Lines of Code : 2dot img3License : Permissive (MIT)
            copy iconCopy
            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:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link