main: log only transport options

This commit is contained in:
Dawid Dziurla 2020-09-24 10:27:30 +02:00 committed by GitHub
parent 4effcb0f30
commit edca34ffa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ async function main() {
}
})
console.log(transport)
console.log(transport.options)
const info = await transport.sendMail({
from: getFrom(from, username),