Skip to main content
Go to Latest
class Mail
import { Mail } from "https://deno.land/x/darkflare@v6.0.0/Mail.ts";

Constructors

new
Mail(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; }; })