@extends('layouts.customer') @section('title', 'Add Sending Domain') @section('page-title', 'Add Sending Domain') @section('content')
@csrf
@error('domain')

{{ $message }}

@enderror

Enter the domain you want to use for sending emails. You'll need to configure SPF, DKIM, and DMARC records.

Cancel @customercan('domains.sending_domains.permissions.can_create_sending_domains') @endcustomercan
@endsection