| 开发者 |
tm3909
sixfoot3 flarepipe |
|---|---|
| 更新时间 | 2026年7月20日 02:21 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/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
pre_wp_mail for instantaneous delivery.flarepipe_email_log_retention_limit filter.flarepipe-email folder to the /wp-content/plugins/ directory.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.
Your Account ID is located on the right-hand sidebar of your Cloudflare Dashboard when you select your domain.
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.
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.
wpflaremail_log_retention_limit filter has been removed. Use flarepipe_email_log_retention_limit.wp_remote_post integration with Cloudflare /email/routing/send.