From e2baced10498d472e9a196affc52ca3f2c0a26e6 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 30 Oct 2014 23:35:23 -0300 Subject: [PATCH] add log --- plugins/emailstore.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/emailstore.js b/plugins/emailstore.js index 00677ff..471d07c 100644 --- a/plugins/emailstore.js +++ b/plugins/emailstore.js @@ -165,6 +165,8 @@ emailPlugin.sendVerificationEmail = function (email, secret) { html: emailBodyHTML }; + console.log('Sending email to:', email); //TODO + // send mail with defined transport object emailPlugin.email.sendMail(mailOptions, function (err, info) { if (err) {