Skip to main content
Go to Latest
interface MailContext
implements Context
import { type MailContext } from "https://deno.land/x/darkflare@v7.1.1/mod.ts";

Properties

message: { from: string; to: string; headers: Record<string, string>; stream: ReadableStream<Uint8Array>; size: number; reject: (reason: string) => void; forward: (email: string, headers?: Record<string, string>) => Promise<void>; }