diff --git a/messenger.js b/messenger.js index 219561e..4f7ca97 100644 --- a/messenger.js +++ b/messenger.js @@ -35,7 +35,7 @@ module.exports = { } */ if (result.messageId && result.response === '250 Ok') { - //console.log({ _at: new Date().toJSON(), _state: 'MSG_SENT_SUCCESS', subject: messageObject.subject, ...result.envelope }, '\n,') + console.log({ _at: new Date().toJSON(), _state: 'MSG_SENT_SUCCESS', subject: messageObject.subject, ...result.envelope }, '\n,') return { _state: 'MSG_SENT_SUCCESS' } } else { console.log({ _at: new Date().toJSON(), _state: 'MSG_SEND_FAIL', subject: messageObject.subject, ...result }, '\n,')