

Dashboard — sending activity chart, quick stats, and send-time heatmap.
ReadyGo SMTP fixes WordPress email delivery by routing your mail through a real mail provider instead of the unreliable default PHP mail() function. It then goes further than most SMTP plugins 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 full logs and charts.
Free, self-hosted, and no paid upgrade.
By default WordPress hands your email to the PHP mail() function on your web server. That server usually has no proper sending reputation, no SPF or DKIM alignment for your domain, and no way to report a failure back to you. The result is the two problems every site owner eventually hits: password resets and order confirmations that never arrive, and messages that do arrive but land in the spam folder.
Routing through a genuine SMTP or API provider fixes both. The provider has the reputation and the authentication, and it tells you what happened to every message.
Add a connection, enter your host, port, encryption, username and password, send a test email, and you are done. The plugin shows you the real result of that test, including the exact provider error if it fails, so you are not guessing which of the five settings is wrong.
Use the Other SMTP connection type with your provider’s standard SMTP server. For Gmail, Google Workspace, Outlook and Microsoft 365 accounts with two-factor authentication switched on, generate an app-specific password in your account security settings and use that as the SMTP password rather than your normal login password. The built-in documentation tab walks through it.
mail() as a last resort.Anyone running WooCommerce order emails, a contact form, a membership or LMS site, or simply relying on password resets working. If email leaving your site matters at all, mail() is not a safe default. If email leaving your site matters a great deal, one provider is not either, which is what the load-balancing and failover are for.
Built by ReadyGo Tools. See the plugin page, or browse more free WordPress plugins at readygotools.com/plugins.
ReadyGo SMTP does not contact any external service on its own. It only sends your outgoing WordPress email through the third-party mail provider(s) you choose and configure with your own credentials. Nothing is sent anywhere until you add and enable a connection, and no usage data, analytics, or telemetry is ever collected by the plugin.
When you enable a provider, your outgoing message data — the recipient address(es), subject, body, and headers — is transmitted to that provider each time WordPress sends an email (for example a contact-form notification, a password reset, or a WooCommerce order email), so the provider can deliver it on your behalf. Data is only sent to the specific provider(s) you connect; deactivating a connection stops any further data being sent to it.
Each provider is an independent company operating under its own terms of service and privacy policy. Review the one(s) you enable:
Standard SMTP connections (the “Other SMTP” option) send your mail to whatever SMTP host you configure; no third-party service is involved beyond the server you specify.