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.<tld>/";
const token = "<Send mail token>";
let client = new SendMailClient({url, token});
(Not perfect, there may be some things wrong, PRs welcome!)
Need help? See:
- x.x.x
- Upstream update
- x.x.x-y
- Local update