From b51fe632de70156e31a75dffe37bde55326601ae Mon Sep 17 00:00:00 2001 From: Sebastian Frank Date: Fri, 24 Feb 2023 09:20:04 +0000 Subject: [PATCH] smtp with auth --- index.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.d.ts b/index.d.ts index 6f0d4df..b1e9f44 100644 --- a/index.d.ts +++ b/index.d.ts @@ -167,6 +167,9 @@ declare global { * @param options email options map */ sendMail(options: { + host?: string + username?: string + password?: string to: string | string[] cc?: string | string[] bcc?: string | string[]