Skip to main content
Module

x/denomailer/mod.ts>Preprocessor

A SMTP-Client implementation for deno (to send mails!)
Go to Latest
type alias Preprocessor
import { type Preprocessor } from "https://deno.land/x/denomailer@1.5.0/mod.ts";
definition: (mail: ResolvedSendConfig, client: ResolvedClientOptions) => ResolvedSendConfig