Official SDKs, framework guides, and a simple REST API so you can integrate MailSetu into any stack in minutes.
Official SDKs with type safety, auto-retry, and zero boilerplate.
Step-by-step guides for the most popular Node.js and JavaScript frameworks.
Integrate MailSetu into Django, Flask, FastAPI, and more.
Laravel, WordPress, and raw PHP integrations.
Java, Ruby on Rails, Spring Boot, and more.
Use MailSetu with storefronts, agents, and automation platforms.
MailSetu is a standard HTTP API. If your language or framework isn't listed, use any HTTP client to call the REST API directly — it's just a POST request with a JSON body and an API key header.
curl -X POST https://api.mailssetu.in/v1/emails \
-H "Authorization: Bearer ms_live_..." \
-H "Content-Type: application/json" \
-d '{
"from": "you@yourdomain.com",
"to": ["user@example.com"],
"subject": "Hello from MailSetu!",
"html": "<p>Your first email.</p>"
}'We're constantly adding new guides. Let us know what you need and we'll prioritize it.
Request an integration