Browse Source

- Fix: When saving Admin Panel / Layout, save also SMTP settings.

Thanks to xet7 !
Lauri Ojansivu 6 years ago
parent
commit
f0232fb5cb
1 changed files with 2 additions and 0 deletions
  1. 2 0
      client/components/settings/settingBody.js

+ 2 - 0
client/components/settings/settingBody.js

@@ -155,6 +155,8 @@ BlazeComponent.extendComponent({
       this.setLoading(false);
     }
 
+    saveMailServerInfo();
+
   },
 
   sendSMTPTestEmail() {