versandt
This commit is contained in:
@@ -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?.(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user