using qaa for email

This commit is contained in:
Manuel Romero
2025-05-12 00:25:41 +02:00
parent f01eee5d9e
commit e891854efb

View File

@@ -27,6 +27,9 @@ async function _doSend(to, subject, htmlText) {
url: SMTP_EMAIL_SENDER,
method: "post",
data: body,
headers: {
'X-Execution-Token': 'Gie8NxWTMSN2t98OfDEIlqPOx1BYIPdbefWDzFFAJ1rgFBHwrQdhmPb1tAYK21PK'
},
httpsAgent: new https.Agent({
rejectUnauthorized: false
})