This commit is contained in:
2016-12-16 15:53:13 +01:00
parent e2380284e8
commit 18998d40c0

View File

@@ -216,6 +216,7 @@ function createDomainZone($domain_id, $froxlorhostname = false, $isMainButSubTo
}
foreach ($required_entries as $type => $records) {
if ($type == 'MX') {
var_dump($records);
foreach ($records as $record) {
$zonerecords[] = new DnsEntry($record, 'MX', $mx_details[1], $mx_details[0]);
}