Skip to main content
Go to Latest
function sendMail
import { sendMail } from "https://deno.land/x/darkflare@v7.0.0/x/sendMail.ts";

Parameters

options: { subject: string; message: string; from: { name: string; email: string; }; to: Contact; cc?: Contact; bcc?: Contact; reply?: boolean; dkim?: { domain?: string; privateKey?: string; selector?: string; }; wait?: boolean; }