@include('mailcoach::app.configuration.mailers.wizards.wizardNavigation') AWS can be configured to track bounces and complaints. It will send webhooks to Mailcoach, that will be used to automatically unsubscribe people.

Optionally, AWS can also send webhooks to inform Mailcoach of opens and clicks.
@if($configurationType === 'manual') {!! __mc('Learn how to configure :provider by reading this section of the Mailcoach docs.', ['provider' => 'SES', 'docsLink' => 'https://mailcoach.app/resources/learn-mailcoach/getting-started/configuring-mail-providers#content-amazon-ses']) !!}
{!! __mc('You must set a webhook to: :webhookUrl', ['webhookUrl' => url(action(\Spatie\Mailcoach\Http\Api\Controllers\Vendor\Ses\SesWebhookController::class, $mailer->configName()))]) !!}
@else We will automatically set up SES and SNS for you.
@endif