{{ trans('messages.sending_servers.sending_identity') }}

{!! trans('messages.sending_servers.sending_identity.intro', ['link' => 'https://us-west-2.console.aws.amazon.com/ses/home#verified-senders-domain']) !!}

@if (is_null($identities)) @include('elements._notification', [ 'level' => 'warning', 'title' => 'Error fetching identities list', 'message' => 'Please check your connection to AWS', ]) @else @foreach ($allIdentities as $domain => $attributes) @if (!is_null($attributes['UserId'])) @elseif ($attributes['VerificationStatus'] == 'Success') @else @endif @endforeach
{{ trans('messages.domain') }} {{ trans('messages.status') }} {{ trans('messages.sending_server.identity.available_for_all') }} {{ trans('messages.sending_server.identity.added_by') }}
{{ $domain }} @if ($attributes['VerificationStatus'] == 'Success') {{ trans('messages.sending_domain_status_active') }} @else {{ trans('messages.sending_domain_status_inactive') }} @endif Private @if (checkEmail($domain)) @else @endif {{ $attributes['UserName'] }}
@endif

{{ trans('messages.sending_serbers.add_domain') }} {{ trans('messages.sending_serbers.go_to_amazon_dashboard') }}

{{ trans('messages.sending_serbers.aws.allow_verify.intro') }}

@include('helpers.form_control', [ 'type' => 'checkbox2', 'label' => trans('messages.allow_verify_email_against_aws'), 'name' => 'options[allow_verify_email_remotely]', 'value' => $server->getOption('allow_verify_email_remotely'), 'help_class' => 'sending_server', 'options' => ['no', 'yes'], ])
{{ trans('messages.cancel') }}