mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
Added emailDelaySeconds to sample advanced config.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user