Skip to main content
SDKs

Official SDKs for every stack.

Five languages, one consistent API. Or skip the SDK and use plain HTTP — every feature is available via the REST API.

Node.js

npm install @utobo-mail/sdk
import { UtoboMail } from "@utobo-mail/sdk";
const client = new UtoboMail("av_live_...");

Supports TypeScript out of the box. Works with Next.js, Express, Fastify, and any Node runtime.

Python

pip install utobo-mail
import utobo_mail

Supports Python 3.8+. Works with Django, Flask, FastAPI, and plain scripts.

Go

go get github.com/myutobo/utobo-mail-go

Idiomatic Go with full context support. Zero external dependencies.

PHP

composer require myutobo/utobo-mail-php

Works with Laravel, Symfony, WordPress, and plain PHP. PHP 8.0+.

Ruby

gem install utobo-mail

Works with Rails, Sinatra, and plain Ruby. Ruby 3.0+.

Prefer plain HTTP?

Every feature is available via plain HTTP. Send a POST with your API key and a JSON body. That's it.

Build with the SDK you already love.