v3.0.1-1
(UNOFFICIAL) Send mail via Deno
Repository
Current version released
2 years ago
Versions
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