1.3.0 • Published 10 months ago
unsend v1.3.0
Unsend SDK
Prerequisites
Installation
NPM
npm install unsend
Yarn
yarn add unsend
PNPM
pnpm add unsend
Bun
bun add unsend
Usage
import { Unsend } from "unsend";
const unsend = new Unsend({ apiKey: "us_12345" });
unsend.emails.send({
to: "hello@acme.com",
from: "hello@company.com",
subject: "Unsend email",
html: "<p>Unsend is the best open source product to send emails</p>",
text: "Unsend is the best open source product to send emails",
});
1.3.0
10 months ago
1.2.0
11 months ago
1.1.0-beta
11 months ago
1.1.0
11 months ago
1.0.0
12 months ago
0.0.6
1 year ago
0.0.5
1 year ago
0.0.4
1 year ago
0.0.3
1 year ago
0.0.2-beta-3
1 year ago
0.0.2-beta-2
1 year ago
0.0.2-beta-1
1 year ago
0.0.2-beta
1 year ago
0.0.2
1 year ago
0.0.1
1 year ago