{!! trans('messages.sending_servers.sending_identity.intro', ['link' => 'https://us-west-2.console.aws.amazon.com/ses/home#verified-senders-domain']) !!}
{{ 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 | @if (!is_null($attributes['UserId']))Private | @elseif ($attributes['VerificationStatus'] == 'Success')@if (checkEmail($domain)) @else @endif | @else@endif | {{ $attributes['UserName'] }} |
{{ 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'], ])