Linux 软件免费装
Banner图

ReadyGo SMTP

开发者 mkbplatinum
更新时间 2026年7月9日 14:52
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

email smtp mailer wp mail smtp email log

下载

0.1.1 0.1.2 0.1.0

详情介绍:

ReadyGo SMTP fixes WordPress email delivery by routing your mail through trusted providers instead of the unreliable default mail() function — and it goes further with weighted load-balancing and automatic failover so a single provider outage never stops your email. Connect one or more providers, decide how mail is routed between them, and watch every send in a clean dashboard with logs and charts. Key features Why use it WordPress's built-in mail often lands in spam or fails silently. Routing through a real SMTP/API provider with proper From identity and authentication dramatically improves inbox placement — and load-balancing plus failover keep your transactional and form emails flowing even when a provider has problems. More from ReadyGo Tools Built by ReadyGo Tools. See the plugin page, or browse more free WordPress plugins and online tools at readygotools.com/plugins.

安装:

  1. In your WordPress admin, go to Plugins > Add New and search for "ReadyGo SMTP", or upload the plugin ZIP via Plugins > Add New > Upload Plugin.
  2. Click Install Now, then Activate.
  3. Deactivate any other SMTP/mail plugin (only one should be active).
  4. Open RGT SMTP in the admin menu, then Settings > Add Another Connection and choose your provider.
  5. Enter your sender details and credentials. For SMTP, match encryption to the port (465 = SSL, 587 = TLS).
  6. Pick a Routing Mode and Default Connection, then send a test email from the Email Test tab.

屏幕截图:

  • Connections & routing — weighted load-balancing, automatic failover, and logging.
  • Add Connection — pick from 14 SMTP & API providers.
  • Email Test — send a test through your live routing.
  • Email Logs — every message with its status and failover trail.

升级注意事项:

0.1.0 Initial release.

常见问题:

I get "Could not connect to SMTP host"

This is almost always a port/encryption mismatch. Use SSL on port 465, or TLS on port 25/587. Edit the connection and make the encryption match the port.

Can I use it with Fluent Forms, WooCommerce, Contact Form 7, etc.?

Yes. The plugin intercepts WordPress's standard wp_mail(), so any plugin that sends email through WordPress is automatically routed — as long as that plugin has its email notifications enabled.

Should I run another SMTP plugin at the same time?

No. Run only one mail plugin; multiple plugins will conflict over WordPress mail.

The email shows "sent" but didn't arrive

A "sent" status means your provider accepted the message. Delivery to the inbox then depends on your domain's SPF and DKIM records and the recipient's spam filtering. Check the recipient's spam folder and verify your DNS authentication.

Does it store my email content?

Only if logging is enabled. Logged messages may include the email body. You can disable logging, or set logs to auto-delete after a chosen number of days. All logs are stored in your own site's database; nothing is sent to ReadyGo Tools.

更新日志:

0.1.1 0.1.0