Skip to main content
Module

x/denomailer/client/mod.ts>SMTPHandler#close

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

Closes the connection (kills all Worker / closes connection)

Returns

void | Promise<void>