This commit is contained in:
2026-02-24 02:36:14 +01:00
parent cdccc73aaa
commit 1fc2bcbe47

View File

@@ -1341,7 +1341,7 @@ export function initEditor() {
      payload.smtp_profile_id = Number(sendSmtpProfile.value);
    }
    const r = await apiAction('templates.test_send', { method:'POST', data: payload });
    if(r?.ok){ toast("Testversand ausgelöst"); closeSend(); } else { toast("Senden fehlgeschlagen", false); }
if(r?.ok){ toast("Testversand erfolgreich versendet", true); closeSend(); } else { toast("Senden fehlgeschlagen", false); }
  }
  function closePreview(){ prevDlg?.close?.(); }