Linux 软件免费装
Banner图

Kelune SMTP – SMTP Mailer, Email Log, Fallback & Delivery Reports

开发者 devitemsllc
nazmulhudadev
aslamhasib
更新时间 2026年9月3日 22:24
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

email smtp mailer email log email delivery

下载

1.0.0

详情介绍:

WordPress email delivery through SMTP, Amazon SES, Mailgun or SendGrid, with logs, fallback and health checks Kelune SMTP takes over WordPress email and sends it through a connection you configure — classic SMTP, or an API provider such as Amazon SES, Mailgun or SendGrid. Every message is logged, so you can see what was sent, what failed, and why, and resend anything that did not arrive. Every feature listed below is included and fully functional. Kelune SMTP stores all data in your own WordPress database and contacts an external service only when you configure a connection for it (see the "External services" section below). Nothing is ever sent to the plugin author. Kelune SMTP is an independent plugin and is not affiliated with, endorsed by or sponsored by Amazon Web Services, Twilio SendGrid or Mailgun. Amazon SES, Mailgun and SendGrid are trademarks of their respective owners, named here only to identify the services a connection can send through.

安装:

  1. In your WordPress admin, go to Plugins → Add New, search for "Kelune SMTP", and click Install Now, then Activate. To install manually instead, upload the kelune-smtp folder to /wp-content/plugins/ and activate it from the Plugins screen.
  2. Open Kelune SMTP from the admin menu, add a connection for your provider, and send a test email to confirm delivery.

屏幕截图:

  • Trends — switch the window to 7, 30 or 90 days; the share ring regroups by provider or by connection.
  • Connections — every sender side by side, each with its provider, status, health and last use.
  • Connection settings — the credential form changes with the provider, and secrets are encrypted at rest.
  • Providers — SMTP for any mail server, plus direct API connections to Amazon SES, Mailgun and SendGrid.
  • Email log — every message with status, recipient, subject, provider and time, filterable and searchable.
  • Message detail — recipients, custom headers, the rendered body in a sandboxed frame, and the provider's own response.
  • Failures — filter down to what did not arrive, then resend one row or the whole selection.
  • Test email — send a test through any connection, as HTML or plain text, and read the provider's reply.
  • Settings — default and fallback connection, log retention, health checks, and a kill switch for routing.

升级注意事项:

1.0.0 Initial release of Kelune SMTP.

常见问题:

What PHP version is required?

PHP 7.4 or higher.

Does the plugin require any paid or external service to work?

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.

Which providers are supported?

SMTP, Amazon SES, Mailgun, and SendGrid.

Will this conflict with another SMTP plugin?

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.

What happens if a connection stops working?

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.

Where are my credentials stored?

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.

Are email bodies stored in the log?

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.

Is any functionality locked behind a license?

No. Everything shipped in this plugin is free and fully functional.

更新日志:

1.0.0