Instructions to verify domain. Read and apply carefully.

  • 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. i.e kundesone.{{ $domain->getDomain()->getName() }}@mailgun.kundesone.no. Make sure you forward only your company email that you added on the time of registration.

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 upto 48 hours. In this case your domain will not be active.

@csrf