From edca34ffa58e58d42c4f5d0a355a4c793f7cdc89 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Thu, 24 Sep 2020 10:27:30 +0200 Subject: [PATCH] main: log only transport options --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 80482bc8..ec4c47ab 100644 --- a/main.js +++ b/main.js @@ -42,7 +42,7 @@ async function main() { } }) - console.log(transport) + console.log(transport.options) const info = await transport.sendMail({ from: getFrom(from, username),