testversand

This commit is contained in:
2026-02-24 01:33:52 +01:00
parent 6a8d5720c5
commit 6f7ac43a0b
5 changed files with 102 additions and 4 deletions

View File

@@ -59,6 +59,9 @@ require dirname(__DIR__) . '/../structure/layout_start.php';
<label class="block text-sm text-slate-600">Bezeichnung
<input type="text" name="label" class="input mt-1" placeholder="Profil-Name">
</label>
<label class="inline-flex items-center gap-2 text-sm text-slate-600">
<input type="checkbox" name="is_default" value="1"> Als Standard-Testprofil verwenden
</label>
<div class="grid md:grid-cols-2 gap-3">
<label class="block text-sm text-slate-600">SMTP-Server
<input type="text" name="smtp_host" class="input mt-1" placeholder="smtp.example.com">