@include('mailcoach::app.configuration.mailers.wizards.wizardNavigation')

Your SES account has been set up. We highly recommend sending a small test campaign to yourself to check if everything is working as expected.

@if($isInSandboxMode)

Your SES account is currently in sandbox mode. This means that you can only send to emails that are verified with Amazon.

@elseif($mailer->get('timespan_in_seconds') === 1 && $mailer->get('mails_per_timespan') === 1) Your account is not in sandbox mode but your throttling settings are set to 1 mail / second. You can find your sending limit in your SES Account Dashboard to update the throttling config for faster campaigns. @endif @if (empty($eventDestination)) @elseif(! $eventDestination['Enabled']) @endif @if (empty($eventDestination['SnsDestination'])) @endif @if ($snsTopic && ! $snsSubscription) @elseif ($snsTopic && $snsSubscription && $snsSubscription['Endpoint'] !== action([\Spatie\Mailcoach\Http\Api\Controllers\Vendor\Ses\SesWebhookController::class], $mailer->configName()))

{{ __mc('Endpoint should be') }}

{{ action([\Spatie\Mailcoach\Http\Api\Controllers\Vendor\Ses\SesWebhookController::class], $mailer->configName()) }}

{{ __mc('But SNS subscription is set to') }}

{{ $snsSubscription['Endpoint'] }}

@endif

{{ $mailer->get('mails_per_timespan', 10) }} {{ __mc('mails every') }} {{ $mailer->get('timespan_in_seconds', 1) }} {{ __mc_choice('second|seconds', $mailer->get('timespan_in_seconds', 1)) }}

@include('mailcoach::app.configuration.mailers.partials.mailerName')