Instructions to Verify Domain

  • Domain is {{$domain->getDomain()->getState()}}

Domain Information

Name: {{ $domain->getDomain()->getName() }}

State: {{ $domain->getDomain()->getState() }}

Step 1: Add Forwarder

Forward your email to internal email: kundesone.{{ $domain->getDomain()->getName() }}@mailgun.kundesone.no. Make sure to forward only your company email that you registered.

Step 2: Add Outbound DNS Records

@foreach($domain->getOutboundDnsRecords() as $record)

Type: {{ $record->getType() }}

Name: {{ $record->getName() }}

Value: {{ $record->getValue() }}

@endforeach

Step 3: Add Inbound DNS Records

@foreach($domain->getInboundDnsRecords() as $record)

Type: {{ $record->getType() }}

Name: {{ $domain->getDomain()->getName() }}

Value: {{ $record->getValue() }}

Priority: 10

@endforeach

Note: DNS Propagation Time

DNS propagation can take up to 48 hours. During this time, your domain may not be active.

@csrf