mail setup
This commit is contained in:
@@ -130,6 +130,13 @@ require __DIR__ . '/../partials/structure/layout_start.php';
|
||||
</select>
|
||||
<p id="send_sender_hint" class="text-xs text-slate-500 mt-1 hidden">Keine individuellen Absender gefunden. Lege sie unter „Mein Konto“ an.</p>
|
||||
</label>
|
||||
<label class="block">
|
||||
<span class="text-sm text-slate-600">Versandprofil (SMTP)</span>
|
||||
<select id="send_smtp_profile" class="mt-1 w-full border rounded-lg px-3 py-2">
|
||||
<option value="">Standard (System)</option>
|
||||
</select>
|
||||
<p id="send_smtp_profile_hint" class="text-xs text-slate-500 mt-1 hidden">Keine Versandprofile gefunden. Lege sie unter „Mein Konto“ an.</p>
|
||||
</label>
|
||||
<div class="flex justify-end gap-2">
|
||||
<button type="button" id="btn-cancel-send" class="btn">Abbrechen</button>
|
||||
<button type="submit" id="btn-send-now" class="btn">Senden</button>
|
||||
|
||||
Reference in New Issue
Block a user