Display SPF/DKIM/PTR records for manual and noop backends
This commit is contained in:
@@ -507,9 +507,6 @@ angular.module('Application').controller('SettingsController', ['$scope', '$loca
|
||||
function showExpectedDnsRecords(callback) {
|
||||
callback = callback || function (error) { if (error) console.error(error); };
|
||||
|
||||
// nothing to check if mail is not enabled
|
||||
if (!$scope.mailConfig.enabled) return;
|
||||
|
||||
Client.getExpectedDnsRecords(function (error, dnsRecords) {
|
||||
if (error) return callback(error);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user