Linux 软件免费装
Banner图

ZDN Whitelist Outgoing Email

开发者 cuongquach
更新时间 2026年7月15日 00:13
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

email whitelist filter staging logger

下载

1.1.2

详情介绍:

ZDN Whitelist Outgoing Email prevents WordPress from accidentally sending emails to real users in development or staging environments, and keeps a searchable log of everything that left the site. Filtering is off by default after activation so a live site is not affected until you enable it. When filtering is on and the allowlist is empty, every recipient is redirected to the fallback address. Features Use Cases

安装:

  1. Upload the zdn-whitelist-outgoing-email folder to /wp-content/plugins/, or install the release zip via Plugins → Add New → Upload Plugin.
  2. Activate the plugin through the Plugins menu. Filtering starts disabled.
  3. Go to Outgoing Email → Whitelist.
  4. Set your fallback email address.
  5. Optionally add allowed email addresses (one per line). Leave empty to send all outgoing emails to the fallback when filtering is enabled.
  6. Enable filtering when you are ready.
  7. Browse captured mail under Outgoing Email → Email Logs.

常见问题:

Will this break mail on a production site after I activate it?

No. Filtering is off by default. Mail is only rewritten after you enable filtering in settings.

What happens if filtering is on but the allowlist is empty?

Every To, Cc, and Bcc recipient is replaced with the fallback address. That is intentional for staging clones of production data.

Does resending a log send a real email?

Yes. Resend calls wp_mail again. If filtering is still enabled, recipients are filtered again. Only users who can manage options can resend.

Where are email logs stored?

In a custom database table ({prefix}zdnwhoue_email_logs) on your site. Nothing is sent to third-party servers by this plugin.

更新日志:

1.1.2 1.1.1 1.1.0