{{ __('mail_preview.subtitle') }}
{{ $label }}
{{-- Which mailbox it goes out from, because that is the field a mail server checks: an account may only send from the address it owns, and a mismatch here is the "553 Sender address rejected" that has no other visible cause. --}}{{ $key }} @if ($senders[$key] ?? null) ยท {{ $senders[$key] }} @endif
{{ __('mail_preview.note', ['email' => $me]) }}