Linux 软件免费装
Banner图

EdgeMail

开发者 davidrukahu
更新时间 2025年11月4日 19:10
PHP版本: 7.4 及以上
WordPress版本: 6.8
版权: GPLv2 or later
版权网址: 版权信息

标签

email woocommerce workers cloudflare transactional

下载

1.0.0

详情介绍:

EdgeMail intercepts WordPress outbound email (wp_mail) and sends it via your Cloudflare Worker endpoint instead of using the default PHP mailer. Features 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: Limitations

屏幕截图:

  • WooCommerce Status integration

升级注意事项:

1.0.0 Initial release of EdgeMail plugin.

常见问题:

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.

更新日志:

1.0.0