Send Email
{{-- Flash Messages --}}
@if (session('success'))
{{ session('success') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
{{ __('Compose Email') }}
Send targeted email to your users. Choose whether to send to all users or select specific recipients.
@if($tinymceApiKey)
@else
@endif