diff --git a/main.js b/main.js index d8f30a47..62e35100 100644 --- a/main.js +++ b/main.js @@ -73,6 +73,8 @@ async function main() { } : undefined, }) + console.log(await getAttachments(attachments)) + const info = await transport.sendMail({ from: getFrom(from, username), to: to,