{{ 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 ($identities as $domain) @endforeach
{{ trans('messages.domain') }} {{ trans('messages.status') }} {{ trans('messages.action') }}
{{ $domain }} {{ trans('messages.sending_identity.status.active') }} @if (checkEmail($domain)) isEmailEnabled($domain) ? " checked" : "" }} /> @else isDomainEnabled($domain) ? " checked" : "" }} /> @endif
@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_domain_against_aws'), 'name' => 'options[allow_verify_domain_remotely]', 'value' => $server->getOption('allow_verify_domain_remotely'), 'help_class' => 'sending_server', 'options' => ['no', 'yes'], ]) @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') }}