From 551967a9daefbda04d8ce4f58dd5d855451cb8ff Mon Sep 17 00:00:00 2001 From: david Date: Mon, 2 Sep 2019 13:54:10 +0200 Subject: [PATCH] a --- helpers/mail.helper.js | 1 + 1 file changed, 1 insertion(+) 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; })