Skip to main content
Module

x/smtp/config.ts>SendConfig

SMTP implements for deno
Latest
interface SendConfig
import { type SendConfig } from "https://deno.land/x/smtp@v0.7.0/config.ts";

Properties

to: string
from: string
subject: string
content: string
optional
html: string