This commit is contained in:
Matias Alejo Garcia 2014-10-30 23:35:23 -03:00
parent 25a96b61fe
commit e2baced104

View File

@ -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) {