Connect WebMail to your existing stack

Official SDKs for every major language, native SMTP support, webhook relay, and direct integrations with the platforms you already use.

No credit card required 99.9% uptime SLA Free tier included

Every language. Every framework.

Drop in an official client library and be sending in under five minutes.

🐍

Python

pip install webmail

🟨

Node.js

npm install webmail

💎

Ruby

gem install webmail

Java

Maven / Gradle

🐘

PHP

composer require

🦫

Go

go get webmail

SMTP

Zero code change — just swap your SMTP credentials

Point any SMTP client at our servers and gain full analytics, webhooks, and deliverability features without touching your application code.

  • STARTTLS and TLS on port 587 and 465
  • Works with Django, Rails, Laravel, Nodemailer, Swiftmailer
  • API key used as SMTP password
  • All events still tracked in your dashboard
Django settings.py — SMTP integration
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'smtp.webmail.io'
EMAIL_PORT = 587
EMAIL_USE_TLS = True
EMAIL_HOST_USER = 'SMTP'
EMAIL_HOST_PASSWORD = 'your-api-key-here'
DEFAULT_FROM_EMAIL = 'noreply@yourapp.com'
✓ That's it — all emails now routed via WebMail

Platform integrations

Native connections to the tools in your workflow — no middleware needed.

🔔

Slack

Get bounce and complaint alerts posted to your ops channel.

📊

Segment

Email events flow into Segment as track calls for unified analytics.

🔀

Zapier

Trigger Zaps on delivered, opened, bounced — connect to 5,000+ apps.

🔗

Webhooks

POST any email event to your own endpoint — build any integration you need.

Integrate in under 5 minutes

Pick your language, grab an API key, and your first email is sending. No infrastructure, no ops burden.

No credit card required · Cancel anytime