Disabled debug Mongoose
Updated modules fixed tests
This commit is contained in:
@@ -48,6 +48,8 @@ module.exports = {
|
||||
|
||||
sendEmail_base: function (template, to, mylocalsconf, replyTo, transport, previewonly) {
|
||||
|
||||
if (to === '')
|
||||
return false
|
||||
// console.log('mylocalsconf', mylocalsconf);
|
||||
|
||||
// console.log("check EMAIL :" + checkifSendEmail());
|
||||
@@ -103,7 +105,7 @@ module.exports = {
|
||||
|
||||
const email = new Email(paramemail);
|
||||
|
||||
console.log(' *** Invia Email a ' + to);
|
||||
console.log(' *** Invia Email a ' + to, 'template', template);
|
||||
|
||||
return email
|
||||
.send({
|
||||
|
||||
Reference in New Issue
Block a user