{{ __("Using AWS region %s.", 'aws-auto-ses')|format(region|e)|raw }}
{% if identityVerificationError.code == 'AccessDenied' %}{{ __("Not authorized to verify the sender email.", 'aws-auto-ses')|raw }}
{% elseif identityVerificationError %}{{ identityVerificationError.message }}
{{ __("Sender %s is verified.", 'aws-auto-ses')|format(identityVerification.email|e)|raw }}
{% elseif identityVerification.verified and identityVerification.scope == 'domain' %}{{ __("Sender %s's domain is verified.", 'aws-auto-ses')|format(identityVerification.email|e)|raw }}
{% else %}{{ __("The sender email %s is not verified for use in SES. Please verify it or its domain or use the sender address option to change the address used.", 'aws-auto-ses')|format(identityVerification.email|e)|raw }}
{{ __("Grant ses:ListIdentities to this server's role to see this list.", 'aws-auto-ses')|raw }}
{{ identityRequestError.message }}
| {{ __("Identity", 'aws-auto-ses') }} | {{ __("Type", 'aws-auto-ses') }} | {{ __("Verification status", 'aws-auto-ses') }} |
|---|---|---|
| {{ identity.text }} | {{ identity.type }} | {{ identity.verified|default('Unknown') }} |
| {% if moreIdentities %} {{ __('There are more verified identities. Visit the dashboard to see the rest.', 'aws-auto-ses')|format(dashboardLink|e('html_attr'))|raw }} {% else %} {{ __('Visit the dashboard to remove or verify new identities.', 'aws-auto-ses')|format(dashboardLink|e('html_attr'))|raw }} {% endif %} | ||
{{ __("Test email sent successfully.", 'aws-auto-ses') }}
{{ __("Failed to send test email:", 'aws-auto-ses') }}
{{ testemail.error }}
{{ __("This plugin must be run from an EC2 server.", 'aws-auto-ses') }}