Reload mailer config once admin updates Mailtrain settings

This commit is contained in:
Andris Reinman 2016-12-25 17:59:50 +02:00
parent 9946f70992
commit 50f6c8d101
6 changed files with 27 additions and 11 deletions

View file

@ -19,7 +19,8 @@ module.exports = {
validateEmail,
formatMessage,
getMessageLinks,
prepareHtml
prepareHtml,
workers: new Set()
};
function toDbKey(key) {