Integration update

More SMTP providers for transactional email

Wodby now connects OpenSMTPD to Mailgun, Postmark, Resend, and SendGrid for transactional email. Cloudflare Email Service is also available as a new SMTP option, giving application stacks five more provider-backed relay choices.

Mailgun, Postmark, Resend, SendGrid, and Cloudflare Email Service connecting to an OpenSMTPD email relay

Four new email providers

Mailgun, Postmark, Resend, and SendGrid are now first-class Wodby integrations. Each provider can supply an upstream SMTP relay to OpenSMTPD, API credentials to selected application services, or both. That keeps delivery credentials in reusable integrations instead of duplicating them across app environments.

Choose SMTP relay, direct API access, or both

The new transactional-email providers support two integration kinds. Choose SMTP when application mail should travel through OpenSMTPD. Choose Variable when application code or a provider SDK should receive the provider's API credentials. Enable both when different services in the same stack use different delivery paths.

SMTP

OpenSMTPD receives mail from application services and forwards it through the selected provider's authenticated relay.

Variable

Selected services receive the provider API key and related values for direct delivery through application code or an SDK.

Mailgun keeps its SMTP login and password separate from its API key. Postmark, Resend, and SendGrid reuse their provider token or API key for SMTP authentication, so Wodby handles the provider-specific relay details for you.

Cloudflare Email Service joins SMTP

Cloudflare already supports several Wodby workflows. Its integration can now also relay transactional email through the Cloudflare Email Service beta. Before connecting it, onboard the sending domain in Cloudflare and create an API token with Email Sending: Edit permission. OpenSMTPD then uses that token with the service's implicit TLS endpoint on port 465.

See the Cloudflare integration page for its email, backup storage, access, Turnstile, and API options.

One application-facing relay path

With the SMTP kind enabled, applications send mail to OpenSMTPD inside the stack. OpenSMTPD handles the authenticated connection to the selected upstream provider. You can change providers or rotate credentials without putting external relay settings into application code.

Application
OpenSMTPD
Email provider

Available now

Browse the integrations catalog to connect a provider, then attach its SMTP kind to OpenSMTPD in your application stack.