{!! __mc('Leave empty to use the defaults from the automation\'s email list. These will also be set the first time the automation mail is sent.') !!}
{!! __mc('Open & Click tracking are managed by your email provider.') !!}
@if ($add_subscriber_tags || $add_subscriber_link_tags) @if ($add_subscriber_tags)

{{ __mc('The following tags will automatically get added to subscribers that open or click the automation mail:') }}

@endif @if ($add_subscriber_link_tags)

{{ __mc('Subscribers will receive a unique tag per link clicked.') }}

@endif
@endif
@if ($utm_tags)

{{ __mc('When checked, the following UTM Tags will automatically get added to any links in your automation mail:') }}

utm_source
newsletter
utm_medium
email
utm_campaign
{{ \Illuminate\Support\Str::slug($mail->name) }}
@endif