Linux 软件免费装
Banner图

Flexa Unsubscribe

开发者 flexatech
更新时间 2026年5月20日 18:06
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPL v2 or later
版权网址: 版权信息

标签

email mailing list gdpr unsubscribe opt-out

下载

3.0.2 3.1.1 3.1.2

详情介绍:

Flexa Unsubscribe adds a complete unsubscribe workflow to every email WordPress sends, with a fully-branded admin UI for managing opt-outs, analytics, and the public unsubscribe page.

安装:

  1. Upload the plugin files to /wp-content/plugins/flexa-unsubscribe, or install through the WordPress Plugins screen.
  2. Activate the plugin through the Plugins screen.
  3. On activation the plugin provisions three database tables: {prefix}flexa_unsubscribes, {prefix}flexa_blocked_emails, {prefix}flexa_unsubscribe_reasons (the last seeded with three default reasons).
  4. Visit Unsubscribe in the admin sidebar to configure.

屏幕截图:

  • **Unsubscribes / Blocked emails / Re-subscribed** - paginated tables with sorting, per-row delete, and CSV export. The Unsubscribes screen also accepts CSV import for bulk-adding opt-out records (skip-on-duplicate).
  • **Reasons** - manage the dropdown options shown on the public unsubscribe form; click-to-edit, ↑/↓ reorder.
  • **Settings** - enable/disable auto-append + blocking, tune the exclude-keywords list.
  • **Appearance** - 19 tokens (colors, typography, copy) across three tabs with a live preview panel.
  • **Blocked Emails** - audit log of send attempts that were stopped because the recipient had opted out - it is not the opt-out list itself.

常见问题:

Do I need to change anything in my existing email sending code?

No. The plugin hooks wp_mail with standard WordPress filters. Any plugin or theme that sends mail via wp_mail is covered automatically.

What happens if I rotate AUTH_KEY?

Every in-flight unsubscribe/resubscribe link becomes invalid, because the HMAC key is AUTH_KEY. New links issued after rotation work normally. Existing records in the database are unaffected.

How are blocked emails different from unsubscribed addresses?

Unsubscribes is the list of addresses that opted out. Blocked emails is the audit log of outgoing sends that were stopped because they targeted an unsubscribed address. One unsubscribe can cause many blocked-email entries over time.

Are CSV exports safe to share publicly?

No - CSV exports contain email addresses. Treat them as PII. The download link is nonce-protected so it's not trivially shareable across sessions.

更新日志:

3.1.2 3.1.1 3.1.0 3.0.2 3.0.0 2.0.2 2.0.1 2.0.0