Title: Edu Cron Bulk Emailer
Author: edubrazeal
Published: <strong>Nobyembre 18, 2025</strong>
Last modified: Nobyembre 18, 2025

---

Maghanap ng mga plugin

![](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

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

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

 * [Mga Detalye](https://tl.wordpress.org/plugins/edu-bulk-emailer/#description)
 * [Mga Review](https://tl.wordpress.org/plugins/edu-bulk-emailer/#reviews)
 *  [Pag-install](https://tl.wordpress.org/plugins/edu-bulk-emailer/#installation)
 * [Development](https://tl.wordpress.org/plugins/edu-bulk-emailer/#developers)

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

## Deskripsyon

**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.

## Mga Screenshot

 * [[
 * 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.

## Pag-install

 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.

## Mga Review

Wala pang reviews para sa plugin na ito.

## Mga Contributor at Developer

Ang “Edu Cron Bulk Emailer” ay open source software. Ang mga sumusunod na tao ay
nag-ambag sa plugin na ito.

Mga Contributor

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

[Isalin ang “Edu Cron Bulk Emailer” sa iyong wika.](https://translate.wordpress.org/projects/wp-plugins/edu-bulk-emailer)

### Interesado sa development?

[Tingnan ang code](https://plugins.trac.wordpress.org/browser/edu-bulk-emailer/),
i-check ang [SVN repository](https://plugins.svn.wordpress.org/edu-bulk-emailer/),
o mag-subscribe sa [development log](https://plugins.trac.wordpress.org/log/edu-bulk-emailer/)
sa pamamagitan ng [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

 *  Bersyon **1.0.0**
 *  Huling na-update **7 buwan ang nakalipas**
 *  Mga aktibong installation **10+**
 *  Bersyon ng WordPress ** 5.0 o mas bago **
 *  Sinubukan hanggang **6.8.5**
 *  Bersyon ng PHP ** 7.2 o mas bago **
 *  Wika
 * [English (US)](https://wordpress.org/plugins/edu-bulk-emailer/)
 * Mga Tag
 * [bulk email](https://tl.wordpress.org/plugins/tags/bulk-email/)[email templates](https://tl.wordpress.org/plugins/tags/email-templates/)
   [emailer](https://tl.wordpress.org/plugins/tags/emailer/)[html email](https://tl.wordpress.org/plugins/tags/html-email/)
 *  [Advanced View](https://tl.wordpress.org/plugins/edu-bulk-emailer/advanced/)

## Mga Rating

No reviews have been submitted yet.

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

[Tingnan lahat ng review](https://wordpress.org/support/plugin/edu-bulk-emailer/reviews/)

## Mga Contributor

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

## Suporta

May gusto kang sabihin? Kailangan ng tulong?

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