Skip to main content
Module

x/smtp/mod.ts

SMTP implements for deno
Go to Latest
File
export { ConnectConfig, SendConfig } from "./config.ts";export { SmtpClient } from "./smtp.ts";