display mail client details

This commit is contained in:
Usman Nasir
2020-05-10 23:38:59 +05:00
parent 6bc60d7c9e
commit a3c37b4e14
4 changed files with 78 additions and 2 deletions

View File

@@ -1153,6 +1153,7 @@ app.controller('listEmails', function ($scope, $http) {
$scope.emailsAccounts = false;
$scope.records = JSON.parse(response.data.data);
$scope.mailConfigured = response.data.mailConfigured;
$scope.serverHostname = response.data.serverHostname;
new PNotify({
title: 'Success!',