1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

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);