
SMTP2GO has been a specialist SMTP relay since 2006, and its integration story reflects that pedigree: instead of chasing marketing app-store logos it publishes 100+ setup guides for the mail-emitting software that businesses actually run. CRMs, CMSs, self-hosted mail servers, scan-to-email printers, WordPress plugins, plus 9 official SDKs and a Zapier bridge that opens up 7,000+ downstream apps. If your integration question starts with “how do I get this legacy thing off port 25?” SMTP2GO is likely the friendliest answer in this category.
Unlike Mailchimp or Brevo, which lean marketing-first, or SendGrid and Postmark, which lean developer-first, SMTP2GO sits between the two: it is a transactional relay whose native integration catalogue is dominated by infrastructure connectors. Postfix, Exim, Exchange, Zimbra, multifunction printers, rather than commerce plugins. Below is the working directory as of August 2026.
The list below is curated from the SMTP2GO Setup guides directory and the vendor’s integrations blog, filtered to the 30 entries most buyers actually deploy. Badge legend: NATIVE = SMTP2GO-authored setup guide; API = first-party plugin or SDK-based integration; ZAPIER = no-code iPaaS or webhook bridge.
Official “Email Made Easy by SMTP2GO” plugin replaces wp_mail() with API delivery, adds bounce tracking and per-message logs.
Global mail settings guide that swaps Joomla’s built-in PHP mailer for SMTP2GO SMTP with STARTTLS on port 587.
SMTP module configuration for Drupal 9/10 transactional mail, covering domain verification and DKIM CNAMEs.
Routes WordPress newsletter sends through SMTP2GO SMTP to bypass shared-host PHP mail limits.
WPForms notification and confirmation emails delivered through SMTP2GO when paired with WP Mail SMTP or the official plugin.
Setup guide for routing Salesforce outbound email. Email-to-Case, workflow alerts, list emails, through SMTP2GO’s relay.
Configures Zoho CRM notifications, workflow emails and campaigns to relay via authenticated SMTP2GO SMTP users.
Setup guide covering Dynamics AX and Dynamics CRM outbound SMTP through SMTP2GO with domain-authenticated From: addresses.
Pipedrive outbound mail relayed through SMTP2GO so replies and campaign emails inherit your verified sender domain.
Configuration guide for SugarCRM outbound email accounts pointed at mail.smtp2go.com with per-user or per-tenant SMTP credentials.
Wires vtiger’s outbound mail server settings to SMTP2GO with STARTTLS and authenticated SMTP users.
Storefront transactional email, order confirmations, password resets, admin alerts, delivered through SMTP2GO SMTP.
Configures WHMCS client-area email, invoices and ticket notifications to relay via SMTP2GO with authenticated SMTP users.
Setup guide for pointing Customer.io lifecycle campaigns at SMTP2GO SMTP with signed DKIM and matching Return-Path.
Self-hosted Sendy configured to use SMTP2GO as its delivery service instead of Amazon SES-simpler auth, no bounce Lambda required.
Points phpList batch sends at SMTP2GO with tuned batch size and throttle to respect the 40-connection ceiling.
Alternate MailPoet configuration for sites already using another SMTP plugin, pinned to SMTP2GO for newsletter deliverability.
Exchange 2019 and Exchange Online hybrid setups relayed outbound through SMTP2GO with send connectors and basic auth over TLS.
Classic relayhost = [mail.smtp2go.com]:587 smart-host configuration with sasl_passwd and STARTTLS enforcement.
Exim smart-host configuration with authenticator stanza for LOGIN auth against SMTP2GO SMTP users.
Zimbra external relay configuration, useful when Zimbra’s own IPs get blocklisted and you need clean outbound reputation fast.
Ricoh multifunction scanners configured to use SMTP2GO for scan-to-email, supports port 2525 when the office ISP blocks 25.
Kyocera scan-to-email through SMTP2GO with LOGIN auth; guide covers the older non-TLS models via port 25 when required.
Xerox WorkCentre scan-to-email configuration with STARTTLS and authenticated SMTP user credentials.
Lexmark multifunction printers configured for scan-to-email delivery through SMTP2GO SMTP with per-device SMTP users.
SMTP by Zapier + SMTP2GO webhooks give you triggers on bounces/opens/clicks and actions from 7,000+ apps.
Community-built SMTP2GO connector for Make automations, useful when Zapier task quotas get expensive at scale.
Pipedream SMTP2GO app for triggering workflows and calling the v3 API from serverless workflows with generous free tier.
Official Slack app that posts real-time SMTP2GO account events, bounces, complaints, unsubscribes, opens, clicks, to any channel.
Beta integration automates DNS, domain verification, SMTP-user provisioning and outbound routing across many customer domains at once.
FileMaker Pro Send Mail action configured to use SMTP2GO as the SMTP host, a common ask for legacy Mac-centric ops teams.
Yes. SMTP2GO ships “Email Made Easy by SMTP2GO”, an official plugin on the WordPress directory that replaces wp_mail() with direct API calls to /email/send. Unlike generic SMTP plugins that only forward raw SMTP, it captures per-message logs, exposes bounce and open events inside WP-Admin, and works even on hosts that block outbound port 587 because delivery goes over HTTPS. WP Mail SMTP with the SMTP2GO mailer is a valid alternative if you already standardise on WP Mail SMTP across sites.
Two directions. Outbound: use Zapier’s built-in SMTP by Zapier action with mail.smtp2go.com, port 587, and your SMTP2GO SMTP user credentials to send email from any Zap. Inbound: register a webhook in the SMTP2GO dashboard under Settings › Webhooks and point it at a Zapier “Catch Hook” URL to trigger Zaps on bounces, opens, clicks, complaints and unsubscribes. Make.com offers a community-built SMTP2GO connector, and Pipedream ships a dedicated SMTP2GO app that can call the v3 API directly.
Yes, all four have dedicated setup guides on smtp2go.com/setup. Each configures the CRM’s outbound mail server to authenticate against a SMTP2GO SMTP user on port 587 with STARTTLS. The critical extra step in every case is verifying the sender domain in SMTP2GO first (two CNAMEs), otherwise the CRM will fail sending with a 550 rejection because the From: address is not covered by a verified domain or Single Sender.
SMTP2GO publishes model-family guides, but the shared recipe is: create a dedicated SMTP user for the printer, set the SMTP server to mail.smtp2go.com, use port 2525 or 8025 if your ISP blocks 25, enable authentication with the SMTP user’s username and password, and set the From: address to a verified sender on your domain. Ports 2525 and 8025 exist specifically because printers on office LANs frequently sit behind ISPs that block outbound 25.
Yes. Postfix uses relayhost = [mail.smtp2go.com]:587 with SASL LOGIN credentials in sasl_passwd. Exim uses an authenticator stanza plus a smarthost router pointed at mail.smtp2go.com. Microsoft Exchange 2019 (and Exchange Online hybrid) uses a Send Connector with basic auth over TLS. In all three cases you point the box at SMTP2GO to inherit a clean, warmed shared IP pool and offload deliverability, a common pattern when your own IPs are blocklisted or when you need to move fast without warming new IPs like Amazon SES requires.
OpenCart, WHMCS, MailPoet, Sendy, phpList and Customer.io all have first-party setup guides. For self-hosted newsletters (Sendy, phpList) SMTP2GO is often chosen over Amazon SES because there is no bounce Lambda to wire up and no IAM policy to write, you get a username, a password, a hostname, and webhook events. Larger e-commerce stacks (Shopify, WooCommerce) usually reach SMTP2GO via WP Mail SMTP, the WordPress plugin, or a Zapier bridge rather than a native connector.
This review follows our email infrastructure testing methodology. We disclose affiliate relationships in our editorial independence policy.