| 开发者 |
devitemsllc
nazmulhudadev aslamhasib |
|---|---|
| 更新时间 | 2026年9月3日 22:24 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
kelune-smtp folder to /wp-content/plugins/ and activate it from the Plugins screen.PHP 7.4 or higher.
Kelune SMTP needs a mail service to send through, and that is the one you choose and configure — your own SMTP server, or an Amazon SES, Mailgun or SendGrid account. The plugin itself contacts no service of its own, and nothing is sent to the plugin author. Until you add a connection it stays dormant and WordPress keeps sending mail its usual way.
SMTP, Amazon SES, Mailgun, and SendGrid.
Kelune SMTP hooks the pre_wp_mail filter instead of redeclaring the pluggable wp_mail() function, so it does not fight plugins that redeclare it. Running two mailer plugins at once is still not a good idea — pick one.
If the message fails and you have set a fallback connection, it is retried through the fallback and the log records that it happened. Daily health checks flag a connection that is failing before your visitors notice.
In your own WordPress database, encrypted at rest with authenticated AES-256-GCM when OpenSSL is available. They are never returned by the REST API — the dashboard only ever sees whether a secret is set.
Only if you leave body logging on. You can turn it off, keep the rest of the log, and set a retention period after which logged messages are deleted automatically.
No. Everything shipped in this plugin is free and fully functional.