SMTP Service

SMTP ServiceDrop-in relay, same delivery engine.

A drop-in SMTP relay for teams that prefer standard mail-client integrations. Same backend delivery engine, same tracking and analytics, just connect over SMTP instead of REST.

Why teams pick it

  • API key as password

    Use your API key as the SMTP password, no extra credentials needed.

  • Scope-checked auth

    Permission scopes are validated before any message is accepted.

  • Full MIME parsing

    MIME is parsed and fed into the same queue-backed send pipeline.

  • Identical observability

    Tracking, analytics, and webhooks work identically to REST sends.

What you get

Everything ships on every plan unless noted otherwise.

  • Standard SMTP relay: works with any language, framework, or email client.
  • Authenticate with your Sendry API key as the SMTP password.
  • Same delivery pipeline as the REST API, with queuing, tracking, and analytics included.
  • Scope-aware auth enforces sending permissions before accepting messages.
  • Full MIME parsing: From, To, CC, BCC, subject, body, and attachments.
  • Domain verification and suppression filters applied automatically.
  • Shared delivery policies and rate limits across SMTP and REST sends.
smtp-settings.txt
1# Connection settings
2Host: smtp.sendry.online
3Port: 2525 (TLS)
4Username: Any string (e.g. apikey)
5Password: Your Sendry API key
6Encryption: STARTTLS required
7Auth method: PLAIN or LOGIN
Works with any SMTP client, language, or framework. Use your existing API key, no extra credentials needed.

Works with the rest of the stack

Same keys, same dashboard, same delivery pipeline.

Point your mail client at Sendry

Swap the host and password, keep your existing integration, and get queuing, tracking, and analytics for free.