@extends('layouts.app-chat.app') @section('header') {{-- Tanpa overlay loader di halaman ini (validasi token async tidak memanggil fadeOut). --}} @endsection @section('content')

Kirim email ke beberapa penerima

Pisahkan alamat email dengan koma, titik koma, atau baris baru. SMTP memakai konfigurasi MAIL_* di server.

@if (session('status')) @endif @if (session('error')) @endif
@csrf

API untuk backend lain

POST {{ url('/api/internal/multi-recipient-mail') }}
Header: Authorization: Bearer … (sama dengan MULTI_RECIPIENT_MAIL_API_SECRET di .env admin).
JSON: recipients (string atau array), subject, body.

@endsection @section('footer') @include('shared.footer') @endsection