Plugin info

Total downloads: 47
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 11/4/2025 (58 days ago)
Added to WordPress: 11/4/2025 (0 years old)
Minimum WordPress version: 5.7
Tested up to WordPress version: 6.8.3
Minimum PHP version: 7.4

Maintenance & Compatibility

Maintenance score

Actively maintained • Last updated 58 days ago

59/100

Is EdgeMail abandoned?

Likely maintained (last update 58 days ago).

Compatibility

Requires WordPress: 5.7
Tested up to: 6.8.3
Requires PHP: 7.4

Developers

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Offline Content
Rating 5.0/5 (5 reviews)Active installs 100
Edge Cache HTML via Cloudflare Workers
Rating 5.0/5 (7 reviews)Active installs 90
VL Cloudflare Cache Purge
Rating 5.0/5 (1 reviews)Active installs 10
DeMomentSomTres People
Rating 0.0/5 (0 reviews)Active installs 0

Description

EdgeMail intercepts WordPress outbound email (wp_mail) and sends it via your Cloudflare Worker endpoint instead of using the default PHP mailer.

Features

  • Cloudflare Integration: Send emails through your Cloudflare Worker using the Email Service API
  • Safe Fallback: Automatically falls back to default WordPress email if Worker fails or plugin is not configured
  • Email Logging: Track all email attempts with status, HTTP codes, and responses
  • Easy Configuration: Simple settings page with Worker URL, API token, and default From fields
  • Test Email: Send test emails to verify your configuration
  • WooCommerce Status: View recent email logs and configuration status in WooCommerce Status
  • Zero Downtime: Unconfigured installations continue to work normally

Cloudflare Email Service

This plugin is designed to work with Cloudflare’s Email Service, announced in September 2025. Your Cloudflare Worker endpoint should handle the email sending using the env.SEND_EMAIL.send() binding.

Installation

  1. Upload the plugin to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to Tools EdgeMail in the WordPress admin
  4. Configure your Worker URL, API token, and default From fields
  5. Send a test email to verify your configuration

Configuration

In the EdgeMail settings page, you’ll need to provide:

  • Worker URL: Your Cloudflare Worker endpoint (e.g., https://your-worker.your-subdomain.workers.dev)
  • API Token: Shared secret for authenticating with your Worker
  • Default From Name: Default sender name for emails
  • Default From Email: Default sender email (must be verified in Cloudflare Email Service)

Limitations

  • Attachments are not supported in v1
  • Requires WordPress 5.7+ (uses pre_wp_mail filter)

Privacy Policy

This plugin may collect the following data:

  • Email delivery logs (recipient email addresses, subject lines, delivery status, timestamps) are stored in the database for troubleshooting and compliance purposes
  • Worker endpoint URL and API token are stored in wp_options for plugin functionality
  • No user data is sent to third parties except for email delivery through your configured Cloudflare Worker endpoint

All data is stored locally on your WordPress installation. This plugin does not track users or send data to external analytics services.

Installation

No installation instructions available

Frequently Asked Questions

What happens if my Worker is down?

EdgeMail automatically falls back to the default WordPress email sending mechanism. Your site will continue to send emails normally.

Can I use this without WooCommerce?

Yes! EdgeMail works on any WordPress installation. The settings page appears under Tools in the WordPress admin.

Do I need to create my own Cloudflare Worker?

Yes, you’ll need to create a Cloudflare Worker that receives the email payload and uses the Email Service API to send emails. See Cloudflare documentation for details.

Review feed

No reviews available

Screenshots

  1. Settings page under Tools menu

    Settings page under Tools menu

  2. WooCommerce Status integration

    WooCommerce Status integration

Changelog

1.0.0

  • Initial release
  • Email interception via pre_wp_mail filter
  • Cloudflare Worker integration
  • Settings page with test email functionality
  • Database logging
  • WooCommerce Status integration