{!! __mc('Automation mail :automationMail can be sent, but you might want to check your content.', ['automationMail' => $mail->name]) !!}
@else
@if (! $mail->contentItem->hasValidHtml())
{!! __mc('Your campaign HTML is invalid according to the guidelines, please make sure it displays correctly in the email clients you need.', ['url' => 'https://www.caniemail.com/']) !!}
@else
{!! __mc('Automation mail :automationMail is ready to be sent.', ['automationMail' => $mail->name]) !!}
@endif
@endif
@else
{{ __mc('You need to check some settings before you can deliver this mail.') }}
@endif