| 开发者 | gunther9966 |
|---|---|
| 更新时间 | 2026年8月28日 21:05 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
fsockopen()) followed by a full PHPMailer handshake with a captured debug transcript.wp_options entry the plugin ever wrote.bentostudio-mail folder to /wp-content/plugins/.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.
TLS (STARTTLS on port 587), SSL (implicit TLS on port 465), and none (unencrypted, not recommended).
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.
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.
Yes. In Plugin Setup > Role Assignment you can assign any registered WordPress role to each of the four access capabilities independently.
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.
phpmailer_init.