Skip to main content
Module

x/denomailer/mod.ts>SMTPClient#close

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

Closes the connection (kills all Worker / closes connection)

Returns

void | Promise<void>