Lihat email yang sudah melewati tanggal non-aktif. Centang baris untuk melakukan aksi massal (ubah kolom status menjadi hapus).
| Aktif | Non Aktif | Status | ||
|---|---|---|---|---|
| Memuat... | ||||
/list-emails.php (GET, params: search, onlyExpired) dan /update-status.php (POST).GET /list-emails.php?search={q}&onlyExpired=1
// response JSON: { ok: true, rows: [ { Email, Aktif, `Non Aktif`, Status }, ... ] }
POST /update-status.php
// body JSON: { emails: ['a@x.com','b@x.com'], status: 'hapus' }
// response JSON: { ok: true, count: N }