Skip to main content
Module

x/denomailer/test/fake-smtp.ts>getEmails

A SMTP-Client implementation for deno (to send mails!)
Go to Latest
function getEmails
import { getEmails } from "https://deno.land/x/denomailer@1.3.0/test/fake-smtp.ts";

Returns

Promise<{ attachments: any[]; headerLines: { key: string; line: string; }[]; text: string; textAsHtml: string; subject: string; date: string; to: MailAdresses; from: MailAdresses; html: false | string; }[]>