Linux 软件免费装
Banner图

Flarepipe Email for Cloudflare

开发者 tm3909
sixfoot3
flarepipe
更新时间 2026年7月20日 02:21
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

email mailer cloudflare transactional wp-mail

下载

1.2.0 1.2.1

详情介绍:

Flarepipe Email intercepts all outbound WordPress emails (password resets, WooCommerce receipts, form submissions) and routes them through the native Cloudflare Email API, using the Cloudflare account you already have. There is no SMTP server to configure and no separate mail service to pay for. Why use Cloudflare for Email? If your domain is already using Cloudflare for DNS, you already have access to their highly-reputable, enterprise-grade email sending infrastructure for a fraction of the cost of SendGrid or Mailgun. This plugin makes it possible to connect WordPress directly to Cloudflare's /email/sending/send endpoint. Third-Party Services This plugin relies on the Cloudflare Email Service API to function. When an email is sent via WordPress, the plugin processes the email and transmits the recipient address, sender address, subject line, and the body content payload securely over HTTPS directly to Cloudflare's servers (api.cloudflare.com/client/v4/accounts/{account_id}/email/sending/send). No data is sent to our servers. By using this plugin, you agree to Cloudflare's Terms of Service and Cloudflare's Privacy Policy. Features Independence Flarepipe Email is an independent project by Six Foot 3. It is not affiliated with, endorsed by, or sponsored by Automattic Inc., the WordPress Foundation, or Cloudflare, Inc. Cloudflare is a registered trademark of Cloudflare, Inc., used here only to describe the service this plugin integrates with.

安装:

  1. Upload the entire flarepipe-email folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Navigate to Flarepipe Email in the admin sidebar.
  4. Enter your Cloudflare API Token, Account ID, and Sending Domain.
  5. Send a Test Email to verify the connection is active.
(Note: Ensure your Cloudflare API Token has the "Account > Email Sending > Edit" permission enabled).

屏幕截图:

  • The detailed transactional email log table.

升级注意事项:

1.2.1 Artwork and readme only; no code changes. 1.2.0 Settings, logs and credentials migrate automatically. If you set your Cloudflare credentials as WPFLAREMAIL_* constants in wp-config.php, rename them to FLAREPIPE_CF_API_TOKEN and FLAREPIPE_CF_ACCOUNT_ID before upgrading.

常见问题:

Does Cloudflare Email support bulk newsletters?

Cloudflare's native API is currently built for transactional emails (password resets, notifications, receipts). Large scale bulk-sending may be subject to your Cloudflare account's daily thresholds.

Where do I find my Account ID?

Your Account ID is located on the right-hand sidebar of your Cloudflare Dashboard when you select your domain.

Does this bypass other SMTP plugins?

Yes. Flarepipe Email intercepts the email early in the pipeline via pre_wp_mail. If you have another SMTP plugin active, you should disable it to prevent conflicts.

How many emails are kept in the log?

The most recent 100 by default, to keep your database lean. Add the flarepipe_email_log_retention_limit filter to change the limit, or return 0 from it to keep every entry. The Export CSV button downloads a permanent copy at any time.

更新日志:

1.2.1 1.2.0 1.1.1 1.1.0 1.0.1 1.0.0