Tovanix
SMTP Email API
A sending API for transactional mail — signup verification, order notifications, password resets — available over both standard SMTP and an HTTP API.
- Two ways in: keep your existing SMTP client with zero code changes, or switch to the HTTP API for finer-grained receipts
- Templates: manage templates centrally and pass only variables at send time
- Batch sending: many recipients per request, each with its own receipt
- Delivery and bounce webhooks: real-time delivered / bounced / complaint events to protect sender reputation
자주 묻는 질문
We already use SMTP — do we have to rewrite anything?
No. Point your existing SMTP client at the host, port and credentials Tovanix gives you and you are done. Move to the HTTP API only when you want finer delivery and bounce receipts.
How should bounces and complaints be handled?
Both are pushed to you in real time via webhooks. Add the address to your suppression list and stop sending to it immediately — that is what keeps your sending domain out of spam folders.
관련 페이지: SMTP Email API · High-Deliverability · Tovanix API Documentation · SMS Verification · Global Virtual Numbers
불러오는 중…