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

{!! trans('messages.sending_servers.sending_identity.sendgrid.intro', ['link' => '']) !!}

@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') }} Available for All 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.go_to_sendgrid_dashboard') }}

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

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