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

x/denomailer/mod.ts>SMTPClient#close

A SMTP-Client implementation for deno (to send mails!)
Latest
method SMTPClient.prototype.close
import { SMTPClient } from "https://deno.land/x/denomailer@1.6.0/mod.ts";

Closes the connection (kills all Worker / closes connection)

Returns

void | Promise<void>