Added emailDelaySeconds to sample advanced config.

This commit is contained in:
Ylian Saint-Hilaire
2022-12-15 10:21:16 -08:00
parent 1df35c13c4
commit 7002ce1ea2
2 changed files with 6 additions and 5 deletions

View File

@@ -82,8 +82,6 @@ module.exports.CreateMeshMail = function (parent, domain) {
obj.smtpServer = nodemailer.createTransport(options);
}
console.log('obj.emailDelay', obj.emailDelay);
// Get the correct mail template object
function getTemplate(name, domain, lang) {
parent.debug('email', 'Getting mail template for: ' + name + ', lang: ' + lang);