Once your Custom SMTP provider and IP Pool are configured, you send emails through your SMTP server using the same SendPost API as for other providers. You must include theDocumentation Index
Fetch the complete documentation index at: https://docs.sendpost.io/llms.txt
Use this file to discover all available pages before exploring further.
ippool parameter so traffic is routed to your Custom SMTP TPSP.
Important: You must include the
ippool parameter in your API request to route emails through your Custom SMTP server.Basic Email Example
Message Preparation (No Changes on Your Side)
SendPost builds the message the same way as for its own infrastructure:- DKIM: Signed with your verified domain keys (when applicable)
- Open tracking: Pixel pointing to SendPost
/track/tpsp/open/...(events attributed as CSOpen) - Click tracking: Links rewritten to SendPost
/track/tpsp/click/...(events attributed as CSClick) - Unsubscribe: Headers/links to SendPost
/track/tpsp/unsubscribe/...(events attributed as CSUnsubscribe) - Return-Path:
bounces+{messageUUID}+{subAccountId}@sp-bounce.{verified-domain}(reuses your existing bounce domain) - Headers: Including
X-Sendpost-Message-UUID,X-Sendpost-Account-ID,X-Sendpost-SubAccount-ID,X-Sendpost-TPSP-ID,X-Sendpost-TPSP-Type, and others used for correlation and bounce attribution
Response
Success Response (HTTP 200):Next Steps
- Event types for CSProcessed, CSSent, CSDelivered, etc.
- Event reporting agent for delivered/bounced/deferred from your MTA
- Analytics for opens, clicks, and throttling