mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-04-08 20:29:25 +07:00
main: log only transport options
This commit is contained in:
parent
4effcb0f30
commit
edca34ffa5
2
main.js
2
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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user