Browse Source

new info form

andre 5 months ago
parent
commit
71262bb040
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/UI/Client/Setting/Providers/InfoSettingDataProvider.php

+ 1 - 1
app/UI/Client/Setting/Providers/InfoSettingDataProvider.php

@@ -101,7 +101,7 @@ class InfoSettingDataProvider extends BaseDataProvider
             'dkim' => $dkim,
             'selfdns' => $selfDns,
             'selfdomain' => $selfdomain,
-            'mxthurdata' => $this->getWhmcsParamByKey('serverhostname'),
+            'mxthurdata' => $this->actionElementId. ' MX 10 ' . $this->getWhmcsParamByKey('serverhostname'),
             'spfthurdata' => $this->spfConfig,
         ];
         $this->availableValues['dnsrecords'] = $dnsRecords;