Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denomailer/mod.ts>Preprocessor

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