add log
This commit is contained in:
parent
25a96b61fe
commit
e2baced104
@ -165,6 +165,8 @@ emailPlugin.sendVerificationEmail = function (email, secret) {
|
|||||||
html: emailBodyHTML
|
html: emailBodyHTML
|
||||||
};
|
};
|
||||||
|
|
||||||
|
console.log('Sending email to:', email); //TODO
|
||||||
|
|
||||||
// send mail with defined transport object
|
// send mail with defined transport object
|
||||||
emailPlugin.email.sendMail(mailOptions, function (err, info) {
|
emailPlugin.email.sendMail(mailOptions, function (err, info) {
|
||||||
if (err) {
|
if (err) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user