Tovanix
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 統合 API · Tovanix API ドキュメント · SMS 認証コード受信 / 専用受信メール

読み込み中…