mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2024-12-26 11:03:06 +07:00
main: debug
This commit is contained in:
parent
68e6c95e79
commit
47d3268091
2
main.js
2
main.js
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user