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 settings2Host: smtp.sendry.online3Port: 2525 (TLS)4Username: Any string (e.g. apikey)5Password: Your Sendry API key6Encryption: STARTTLS required7Auth method: PLAIN or LOGINWorks with any SMTP client, language, or framework. Use your existing API key, no extra credentials needed.
Point your mail client at Sendry
Swap the host and password, keep your existing integration, and get queuing, tracking, and analytics for free.