Linux 软件免费装
Banner图

Lean SMTP

开发者 pjaudiomv
更新时间 2026年7月31日 19:17
PHP版本: 8.1 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

email mail smtp wp_mail ses

下载

0.3.1

详情介绍:

Lean SMTP makes WordPress send its mail through a real mail service instead of the host's default PHP mail, which improves deliverability. It is deliberately small: a handful of transports, a handful of settings, no upsells. Website: https://leansmtp.com Every provider below also offers plain SMTP, so the SMTP transport alone covers all of them. The API transports exist for hosts that block outbound mail ports (25/465/587), which is common on shared hosting and some managed platforms. Deliberately not included: Gmail and Microsoft 365 OAuth. Both need an OAuth consent flow, refresh-token storage, and (for Google) app verification — more machinery than the rest of this plugin combined. Use an app password or a provider above.

安装:

  1. Upload the plugin and activate it.
  2. Go to Settings → Lean SMTP.
  3. Choose a mailer and fill in the connection details.
  4. Set your From Email and From Name.
  5. Save, then use "Send a Test Email" to confirm it works.
For Amazon SES: create an IAM user limited to ses:SendRawEmail/ses:SendEmail, verify your From address (or domain) in the SES console, and, if your account is still in the SES sandbox, verify the recipient too. For Mailgun: use the sending domain exactly as it appears in your Mailgun dashboard, and pick the region matching the account the key was issued in — a US key is not valid against the EU stack. For Resend: create an API key with send permission and verify your From domain.

屏幕截图:

  • Amazon SES — region and IAM access key; the secret key is stored encrypted and never shown.
  • Mailgun — sending domain, US/EU region, and API key.
  • Resend — a single API key.
  • Send a test email, and review the optional send log. When message content is recorded, each row expands to show the headers, attachment names and body that were sent.

更新日志:

0.3.1 0.3.0 0.2.1 0.2.0 0.1.1 0.1.0