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:
parent
1df35c13c4
commit
7002ce1ea2
2 changed files with 6 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue