Ensend ships primarily as a dependency-free REST API and supports requests from any valid HTTP Client. To enhance your developer experience, we have provided SDKs for major programming languages.This guide shows how to install and configure these SDKs or your http client to begin using ensend in your application
Alternatively, you can send emails using our SMTP Server.
Typescript
Go
Rest API
1
Install from the package manager
bun add ensend@latest
2
Initialize the SDK
ensend.config.ts
import { Client } from "ensend"const ensend = new Client({ secret: "your_project_secret",});export ensend
3
Send your first message
Send an Email message, SMS, WhatsApp message or push notification