Add Feature: enable two-way webhooks - stage two

This commit is contained in:
Sam X. Chen 2019-08-29 22:07:40 -04:00
parent 3f0600fed7
commit dd0682328b
4 changed files with 103 additions and 26 deletions

View file

@ -147,7 +147,6 @@ if (Meteor.isServer) {
}:${doc.mailServer.port}/`;
}
Accounts.emailTemplates.from = doc.mailServer.from;
console.log('Settings saved:', Accounts.emailTemplates);
}
});