Quick start
import { Slivssend } from "@slivstech/slivssend";
const client = new Slivssend({ apiKey: process.env.SLIVSEND_API_KEY });
const { data, error } = await client.emails.send({
from: "no-reply@yourapp.com",
to: ["user@example.com"],
subject: "Your order has been confirmed",
html: "<strong>Thanks for your order!</strong>",
}); Node.js Python Go Ruby PHP REST
Quick start
Email API
SMTP relay
API limits by plan
| Plan | Monthly volume | Daily limit | Rate limit |
|---|---|---|---|
| Free | 3,000 | 100/day | 10 req/s |
| Pro | 50,000 | No limit | 100 req/s |
| Scale | 100,000 | No limit | 500 req/s |
| Enterprise | Custom | No limit | Custom |