Reload mailer config once admin updates Mailtrain settings
This commit is contained in:
parent
9946f70992
commit
50f6c8d101
6 changed files with 27 additions and 11 deletions
|
@ -19,7 +19,8 @@ module.exports = {
|
|||
validateEmail,
|
||||
formatMessage,
|
||||
getMessageLinks,
|
||||
prepareHtml
|
||||
prepareHtml,
|
||||
workers: new Set()
|
||||
};
|
||||
|
||||
function toDbKey(key) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue