using qaa for email
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user