wp-queue-mail | A plugin to queue WordPress emails
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)[
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
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.
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
Quality
wp-queue-mail has 0 bugs and 0 code smells.
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.
License
wp-queue-mail does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
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
Copy
name = $name;
$this->location = $location;
}
public function handle() {
// process the podcast here
}
}
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:
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