feat(admin): add SMTP test email button on parametres page

This commit is contained in:
Pontoporeia
2026-04-22 10:40:47 +02:00
parent 4839b568de
commit 5a58eefe66
6 changed files with 127 additions and 0 deletions

View File

@@ -4,3 +4,4 @@
- [x] Make `.repertoire-col` columns scrollable instead of `.search-main`
- [x] Replace JS toast system with pure HTMX toast fragment (top-right, CSS-only auto-fade)
- [x] Separate admin views from controllers: move all HTML to `templates/admin/*.php`, fragments to `templates/admin/partials/`
- [x] Add SMTP test email button in parametres.php (action + CSS)