Disabled debug Mongoose

Updated modules
fixed tests
This commit is contained in:
Paolo Arena
2021-09-22 01:13:41 +02:00
parent 10e9da805e
commit 396bfea289
73 changed files with 2831 additions and 2853 deletions

View File

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