Linux 软件免费装
Banner图

Bentostudio Mail

开发者 gunther9966
更新时间 2026年8月28日 21:05
PHP版本: 8.0 及以上
WordPress版本: 7.1
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

email smtp gdpr email-log mail-log

下载

2.0.2 2.0.3 2.0.4 2.0.1

详情介绍:

Bentostudio Mail is a modular WordPress mail management solution built entirely on native WordPress APIs - no external dependencies, no SaaS account required. The plugin deliberately focuses on the core functions of SMTP sending and mail logging. For SMTP configuration, it provides a plain SMTP interface only, without pulling in additional third-party service dependencies. The two core areas - SMTP settings and mail logging - can also be used independently of each other: for example, you can configure SMTP sending only, without logging any mails, or use the mail log without changing anything about the SMTP route. SMTP Sending Mail Log & Statistics Role-Based Access Control Other Technical Features

安装:

  1. Upload the bentostudio-mail folder to /wp-content/plugins/.
  2. Activate the plugin through Plugins > Installed Plugins.
  3. Navigate to Bentostudio Mail > SMTP Settings and enter your SMTP credentials.
  4. Click Test Connection to verify server reachability via a socket probe and PHPMailer handshake.
  5. Click Send Test Email to confirm end-to-end delivery.

屏幕截图:

  • Statistics page showing sent mails, success rate, and errors, plus the full mail log view.
  • SMTP settings page with connection test and debug view.
  • Plugin setup - role assignment for statistics and SMTP access.
  • Plugin setup - statistics settings (enable/disable, delete logs, retention count and period).

升级注意事项:

2.0.4 Performance and Multisite improvements: log retention is now efficiently processed via WP-Cron. 2.0.3 Bug fix: age-based log retention now works correctly. Upgrade recommended if you use the "Max. storage duration" setting. 2.0.2 Minor improvement: refined formatting in the mail preview. 2.0.1 Consolidated update - no known breaking changes.

常见问题:

Does this plugin store SMTP passwords securely?

SMTP credentials are stored in wp_options in plain text, the same way all core WordPress options are stored. Restrict database access and use application-specific passwords where your provider supports them.

Which encryption modes are supported?

TLS (STARTTLS on port 587), SSL (implicit TLS on port 465), and none (unencrypted, not recommended).

Does the plugin detect other active SMTP plugins?

Yes. Bentostudio Mail detects when other SMTP plugins are active and flags this to the user. It does not automatically disable or modify those plugins' settings - however, due to hook load order, its own phpmailer_init configuration is the one that ends up controlling actual mail delivery.

Does this plugin help with compliance with data protection laws like GDPR or CCPA?

All mail logs are stored exclusively in your own server's local database - no data is transmitted to external services. The freely configurable retention period and entry limit help you apply the data minimization principle required by GDPR/DSGVO, CCPA/CPRA, LGPD, PIPA, PDPA, and DPDPA, among others. Ensuring your privacy policy and its legal basis are compliant remains your responsibility.

Can I grant SMTP or statistics access to editors or shop managers?

Yes. In Plugin Setup > Role Assignment you can assign any registered WordPress role to each of the four access capabilities independently.

What happens to my data when I uninstall the plugin?

Clicking Delete in the plugin list runs uninstall.php, which drops the {prefix}bentostudiomail_mail_log table and removes all plugin options from wp_options. No data is left behind.

更新日志:

2.0.4 2.0.3 2.0.2 2.0.1 1.0.18