Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/justaos_utils/packages/email-utils/src/EmailSender.ts>EmailSenderConfig

Common utility functions used across projects
Latest
type alias EmailSenderConfig
import { type EmailSenderConfig } from "https://deno.land/x/justaos_utils@v2.0.0/packages/email-utils/src/EmailSender.ts";
definition: { host: string; port: number; secure?: boolean; auth: { user: string; pass: string; }; }