fixed handling

master
cheetah 2 years ago
parent 6b84679d35
commit 6a37826822

@ -73,7 +73,7 @@ socket.on('msgmgr:event', async (eventType, eventData) => {
case 'response': {
const [msgId, response] = eventData
if (!!ingressMap[msgId]) {
ingressMap[ msgId ][2].push(`${ uuid } response ${ response }`)
ingressMap[ msgId ][2].push(`response ${ response }`)
//const [ replyTo, subject, logArray ] = ingressMap[msgId]
let info = await smtpTransporter.sendMail({
from: `"msg-email--smartpager 👻" <${ config.smtp.user }>`,

Loading…
Cancel
Save