turboSMTP logo

turboSMTP Integrations: Native, Zapier, and API

Last verified Sep 14, 2026

turboSMTP is a relay first and a platform second, and its integration surface reflects that. Roughly 25 platforms carry a first-party plugin or a turboSMTP-authored setup guide, one official Zapier app reaches 9,000+ other tools, and anything that accepts a hostname plus a username and password connects with no connector at all. There is no numbered directory on serversmtp.com, so the count below audits documented guides rather than a marketed figure, and it is deliberately smaller than the four-digit numbers marketing-led ESPs quote, because turboSMTP integrates at the protocol layer instead of building bespoke connectors.

Fix one thing before connecting anything: since April 15, 2025 the relay no longer accepts your account login. Every integration here authenticates with a Consumer Key as username and a Consumer Secret as password, generated under API Keys and shown exactly once. Any tutorial older than that date has the wrong credential fields.

At a glance

25
Documented integrations
First-party plugins and turboSMTP-authored guides across CMS, e-commerce, ERP, IoT and mail clients.
9,000+
Apps reachable via Zapier
One official app live since September 30, 2025, shipping 2 actions and 0 triggers.
4
Shipped official SDKs
C#, PHP, Python and Node/TypeScript. A Go package is announced as planned, not published.

Read those numbers together and the signal is clear. turboSMTP fits when you already own the application and just need its outbound mail to leave reliably: WordPress, Magento, an ERP, a .NET service. It fits badly when you want a connector that syncs contact records or writes engagement data into a CRM, turboSMTP has none and does not claim to. For that, pair it with a marketing platform or compare Brevo and SMTP2GO.

Integrations directory

The 25 entries below are grouped by what the integration actually is, and the badges decide setup effort. NATIVE means turboSMTP ships a plugin or a step-by-step guide for that product. API means the platform takes plain SMTP credentials or an HTTP POST, with no connector to install. ZAPIER means the official Zapier app. Sources: the third-party services guide and the email client knowledgebase.

All (25)
WordPress & CMS
E-commerce
Marketing & outreach
Infrastructure

WordPress & CMS (4)

E-commerce (3)

Automation & frameworks (2)

Email clients (3)

Bulk email software (5)

Email marketing & outreach (4)

Business apps & infrastructure (4)

Two caveats. The Zapier app ships 0 triggers, so a Zap can send mail but no turboSMTP event can start one, bounce-driven automation still needs webhooks or polling of /api/v2/analytics. And the official Go SDK is planned, not published, so Go services should use the raw HTTP example or net/smtp.

Frequently asked questions

Does turboSMTP have a WordPress plugin?

Two, both first-party. The original turboSMTP plugin reroutes wp_mail() through the relay and adds an analytics panel for opens, clicks and bounces: version 4.9.8, 400+ installs, tested to WordPress 7.0.4. Pro Mail SMTP, released May 22, 2025, is the multi-provider alternative. Either way the credentials are a Consumer Key and Secret, not your account login.

How do I connect turboSMTP to WooCommerce?

WooCommerce has no mail transport of its own, it hands everything to wp_mail() – so you configure WordPress, not WooCommerce. Install the turboSMTP plugin (or Pro Mail SMTP, or FluentSMTP), set host pro.turbo-smtp.com and port 465 with SSL/TLS, then paste the Consumer Key and Secret. Orders, shipping notices and password resets then all leave through the relay. Place a test order before trusting it.

Is there an official turboSMTP Zapier integration?

Yes, live since September 30, 2025, exposing two actions – Send Email and Find Email Status – across Zapier’s 9,000+ apps. The limitation is 0 triggers: nothing inside turboSMTP can start a Zap. More were promised at launch; none had shipped as of this review.

How do I configure turboSMTP in Magento 2?

turboSMTP publishes a first-party walkthrough. The values match every other integration: host pro.turbo-smtp.com, port 465 for SSL/TLS (fall back to 587 or 2525 only if 465 is blocked), authentication on, Consumer Key as username, Consumer Secret as password. Magento often runs on cloud hosts that block port 25, which is why a stock configuration silently queues mail forever.

Can I use turboSMTP with Laravel or Symfony?

Symfony has a bridge maintained inside the Symfony organisation, symfony/turbo-smtp-mailer, giving both paths by DSN: turbosmtp+smtp://KEY:SECRET@default for the relay and turbosmtp+api://KEY:SECRET@default for the API, plus EU host variants and webhook parsing. Laravel ships no turboSMTP driver, so use the built-in smtp mailer with the standard host, port and credential pair, or the turbosmtp/turbosmtp-client PHP SDK for the API transport.

What is the difference between the turboSMTP plugin and Pro Mail SMTP?

The turboSMTP plugin is single-provider: it routes WordPress mail through turboSMTP and shows the analytics inside wp-admin. Pro Mail SMTP also drives Gmail and Microsoft 365 OAuth, Amazon SES, Brevo, SMTP2GO and generic SMTP, with failover. Take the first if turboSMTP is your only sender; take the second if you want a fallback configured before the day you need it.

AAlaa Touil RRabeb How we test →

This review follows our email infrastructure testing methodology. We disclose affiliate relationships in our editorial independence policy.