main: debug

This commit is contained in:
Dawid Dziurla 2021-07-13 18:35:57 +02:00
parent 68e6c95e79
commit 47d3268091
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

View File

@ -73,6 +73,8 @@ async function main() {
} : undefined, } : undefined,
}) })
console.log(await getAttachments(attachments))
const info = await transport.sendMail({ const info = await transport.sendMail({
from: getFrom(from, username), from: getFrom(from, username),
to: to, to: to,