diff --git a/helpers/mail.helper.js b/helpers/mail.helper.js index e973fce..b7b6c44 100644 --- a/helpers/mail.helper.js +++ b/helpers/mail.helper.js @@ -40,6 +40,7 @@ function send(header, body) { }) request .then((result) => { + console.log('EEEEEEEEEEEEEEEEEEEENNNNNNNNNNNNNNNNNNVIO correo>>>>'); console.log(result.body) return result; })