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

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2018-11-20 11:35:14 +02:00
parent f84bad13b4
commit f0232fb5cb

View file

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