| 开发者 | mirceatm |
|---|---|
| 更新时间 | 2026年6月24日 05:06 |
| 捐献地址: | 去捐款 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
nmr-email-log-for-cf7 folder to /wp-content/plugins/.Yes. The log, failure diagnosis, config scanner, retry, and alerts all work with default WordPress mail. Resend routing is optional but recommended on shared hosting.
Resend has a free tier: 3,000 emails/month, no credit card required. Sign up at resend.com and paste your API key into the plugin settings.
The most common causes are: sending From an address on a different domain than your site, using PHP mail() on shared hosting with no SPF/DKIM, or sending From a Gmail/Yahoo address you don't control. The config scanner flags the From domain mismatch. Switching to Resend resolves the server reputation issue.
Yes. The key is encrypted with AES-256-CBC using a key derived from your WordPress secret keys before being stored in the database. It is never exposed in the admin HTML.
Yes. The plugin captures the rendered email body at send-time (after CF7 substitutes all field tags) and stores it in the log. The Retry button resends the original content, not a re-rendered template.
Yes for logging and diagnosis. If you have WP Mail SMTP active, its SMTP configuration takes effect — the log records what actually happened. If you enable Resend routing in this plugin at the same time as WP Mail SMTP, they may conflict; use one mailer plugin at a time.