Skip to main content
Deno 2 is finally here 🎉️
Learn more

Send mail via Node Deno

Deno port of zeptomail with added types.

import { SendMailClient } from "https://deno.land/x/deno_zeptomail/mod.ts";

const url = "api.zeptomail.com/";
const token = "<Send mail token>";

let client = new SendMailClient({url, token});

(Not perfect, there may be some things wrong, PRs welcome!)

Need help? See:

Versions

  • x.x.x
    • Upstream update
  • x.x.x.y
    • Local update