Title: Edu Cron Bulk Emailer
Author: edubrazeal
Published: <strong>Ноябрь 18, 2025</strong>
Last modified: Ноябрь 18, 2025

---

Search plugins

![](https://ps.w.org/edu-bulk-emailer/assets/banner-772x250.png?rev=3397916)

![](https://ps.w.org/edu-bulk-emailer/assets/icon-256x256.png?rev=3397910)

# Edu Cron Bulk Emailer

 By [edubrazeal](https://profiles.wordpress.org/edubrazeal/)

[Download](https://downloads.wordpress.org/plugin/edu-bulk-emailer.1.0.0.zip)

 * [Details](https://os.wordpress.org/plugins/edu-bulk-emailer/#description)
 * [Reviews](https://os.wordpress.org/plugins/edu-bulk-emailer/#reviews)
 *  [Installation](https://os.wordpress.org/plugins/edu-bulk-emailer/#installation)
 * [Development](https://os.wordpress.org/plugins/edu-bulk-emailer/#developers)

 [Support](https://wordpress.org/support/plugin/edu-bulk-emailer/)

## Description

**Edu Bulk Emailer** is a powerful and easy-to-use plugin that allows you to send
HTML emails in bulk directly from your WordPress admin. It’s perfect for sending
newsletters, updates, or announcements to your subscribers.

Stop struggling with server sending limits or complex third-party services. Manage
everything right inside WordPress. This plugin uses a **robust email queue** to 
send your campaigns in small batches over time, ensuring high deliverability and
protecting your server’s reputation.

**Key Features:**

 * **Email Queue System:**
    - **Batch Processing:** Automatically sends emails in small batches using WP-
      Cron to avoid server timeouts and sending limits.
    - **Queue Dashboard:** A live-updating dashboard shows how many emails are pending,
      sent, or have failed.
    - **Active Jobs Management:** Track the real-time progress of each bulk send(
      job).
    - **Job Controls:** Cancel pending jobs, retry all failed emails for a specific
      job, or delete completed jobs from the queue.
    - **Delayed Sending:** Schedule a bulk send to start after a specific delay.
 * **Send HTML Emails:** Use the built-in WordPress visual (TinyMCE) editor to craft
   beautiful, media-rich emails.
 * **Multipart Support:** Automatically sends both HTML and plain-text versions 
   of your email for maximum compatibility with all email clients.
 * **Multiple Recipient Options:**
    - Paste a comma-separated list of emails.
    - Upload a CSV file with emails in the first column.
 * **Email Template Manager:**
    - Save your email designs (both HTML and plain-text) as templates.
    - Load, edit, or delete saved templates with a single click.
 * **Sent Email Logs:**
    - A complete history of all _completed_ bulk sends.
    - See the subject, date, and final counts for successful and failed sends.
    - **Resend:** Quickly add any past email campaign back to the queue.
    - **Delete:** Clean up your log history.
 * **Configurable Settings:**
    - Control the number of emails per batch.
    - Set the time interval between batches (e.g., 50 emails every 5 minutes).
    - Define the maximum number of retry attempts for failed emails.
 * **Clean & Secure:** Built following all WordPress coding standards, including
   nonces, sanitization, and enqueued assets.

## Screenshots

 * [[
 * The main Send Bulk Email” form with the WP Editor and delay option.
 * [[
 * The Queue Status” dashboard, showing Pending, Sent, and Failed stats.
 * [[
 * The Active Jobs” table, showing the real-time progress of a batch.
 * [[
 * The Email Templates” manager, showing saved templates.

## Installation

 1. Upload the `edu-bulk-emailer` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Find the new Edu Bulk Emailer” menu item in your WordPress admin sidebar.
 4. Start sending emails!

## FAQ

### What is the Plain-Text Fallback” for?

Some email clients (especially on older devices or for high-security settings) cannot
or will not display HTML emails. The plain-text fallback is a non-HTML version of
your email that will be shown to those users. This dramatically improves your email’s
deliverability and user experience.

### How do I format my CSV file?

Your CSV file should be as simple as possible. The plugin only reads the **first
column** of each row. Make sure the very first column of each row is a valid email
address. Any other data in other columns will be ignored.

### Where are my templates, logs, and queue stored?

Your **templates** and **completed logs** are stored safely in your WordPress database,
in the `wp_options` table.

The **active email queue** and **jobs** are stored in a dedicated custom database
table (`wp_edubzl_email_queue`) for performance and scalability.

The **test mode log file** (when test mode is enabled) is stored in your uploads
directory at `wp-content/uploads/edu-bulk-emailer/test-email-log.txt`. You can view
this log from the admin menu: Edu Bulk Emailer  Test Email Log.

If you choose to, you can enable an option in the plugin’s Settings” panel to have
all this data (templates, logs, the queue table, and test log files) automatically
deleted upon plugin uninstallation.

### Can I use this for a massive list of 50,000 emails?

**Yes!** This plugin is now designed specifically for large lists. It uses a queue
and batch processing to break your large list into small chunks (e.g., 50 emails
every 5 minutes). This method respects server sending limits, prevents timeouts,
and is the recommended way to handle bulk sending from WordPress.

### How does the queue work?

When you click Add to Queue”, your emails are not sent immediately. They are added
to a custom database table with a pending” status. A background task (WP-Cron) then
runs every few minutes (based on your settings), takes a small batch from the queue,
sends them, and updates their status. This repeats until the entire job is complete.
You can watch this progress on the Active Jobs” table.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Edu Cron Bulk Emailer” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ edubrazeal ](https://profiles.wordpress.org/edubrazeal/)

[Translate “Edu Cron Bulk Emailer” into your language.](https://translate.wordpress.org/projects/wp-plugins/edu-bulk-emailer)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/edu-bulk-emailer/),
check out the [SVN repository](https://plugins.svn.wordpress.org/edu-bulk-emailer/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/edu-bulk-emailer/)
by [RSS](https://plugins.trac.wordpress.org/log/edu-bulk-emailer/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0 (October 28, 2025)

 * Initial release.
 * Added Email Queue System for reliable, scheduled batch processing via WP-Cron.
 * Added Queue Status dashboard and Active Jobs management table.
 * Added job controls (Cancel, Retry, Delete) and a delayed sending option.
 * Added settings for batch size, interval, max retries, and data cleanup.
 * Added bulk sending via email list and CSV upload.
 * Added HTML and Plain-Text (Multipart) support.
 * Added Email Template manager (Save, Update, Delete, Load).
 * Added Sent Email Logs for completed jobs (Resend, Delete).

## Meta

 *  Version **1.0.0**
 *  Last updated **5 months ago**
 *  Active installations **10+**
 *  WordPress version ** 5.0 or higher **
 *  Tested up to **6.8.5**
 *  PHP version ** 7.2 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/edu-bulk-emailer/)
 * Tags
 * [bulk email](https://os.wordpress.org/plugins/tags/bulk-email/)[email templates](https://os.wordpress.org/plugins/tags/email-templates/)
   [emailer](https://os.wordpress.org/plugins/tags/emailer/)[html email](https://os.wordpress.org/plugins/tags/html-email/)
 *  [Advanced View](https://os.wordpress.org/plugins/edu-bulk-emailer/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/edu-bulk-emailer/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/edu-bulk-emailer/reviews/)

## Contributors

 *   [ edubrazeal ](https://profiles.wordpress.org/edubrazeal/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/edu-bulk-emailer/)