wp-queue-mail | A plugin to queue WordPress emails

 by   tormjens PHP Version: 0.2 License: No License

kandi X-RAY | wp-queue-mail Summary

kandi X-RAY | wp-queue-mail Summary

wp-queue-mail is a PHP library. wp-queue-mail has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

A plugin to queue WordPress emails. When sending out emails in bulk the action of sending each of them is both time and resource consuming. That's where queues come in. When you add an e-mail to a queue instead of sending it, it is a matter of adding a row to the database, instead of connecting to the server, sending the contents and so on. Simply enable the plugin and it will automatically hook in to the wp_mail function and start queueing emails. The queue part was taken from the (Mailchimp for WooCommerce plugin)[but was originally written by (A5hleyRich)[
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              wp-queue-mail has a low active ecosystem.
              It has 5 star(s) with 2 fork(s). There are 1 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              wp-queue-mail has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of wp-queue-mail is 0.2

            kandi-Quality Quality

              wp-queue-mail has 0 bugs and 0 code smells.

            kandi-Security Security

              wp-queue-mail has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              wp-queue-mail code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              wp-queue-mail does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              wp-queue-mail releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.
              It has 254 lines of code, 9 functions and 4 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed wp-queue-mail and discovered the below as its top functions. This is intended to give you an instant insight into wp-queue-mail implemented functionality, and help decide if they suit your requirements.
            • Create database tables .
            • Listens to a queue .
            • Run the next job .
            • Handle the mail .
            • Capture a job .
            • Get singleton instance
            • Add WordPress filter .
            Get all kandi verified functions for this library.

            wp-queue-mail Key Features

            No Key Features are available at this moment for wp-queue-mail.

            wp-queue-mail Examples and Code Snippets

            WP Queue Mail,Using it for other things than mails,The job
            PHPdot img1Lines of Code : 19dot img1no licencesLicense : No License
            copy iconCopy
            name = $name;
            		$this->location = $location;
            	}
            
            	public function handle() {
            		// process the podcast here
            	}
            
            }
            
              
            WP Queue Mail,Getting started
            PHPdot img2Lines of Code : 1dot img2no licencesLicense : No License
            copy iconCopy
            $ wp queue create-tables
              
            WP Queue Mail,The queue,Via a WP CLI queue listener
            PHPdot img3Lines of Code : 1dot img3no licencesLicense : No License
            copy iconCopy
            $ wp queue listen
              

            Community Discussions

            No Community Discussions are available at this moment for wp-queue-mail.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install wp-queue-mail

            The tables needed for the queue to work can be set up using the following WP CLI command in the root of your project.

            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
            CLONE
          • HTTPS

            https://github.com/tormjens/wp-queue-mail.git

          • CLI

            gh repo clone tormjens/wp-queue-mail

          • sshUrl

            git@github.com:tormjens/wp-queue-mail.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link