sancho mail: configuration of header/footer and sender is possible

This commit is contained in:
Alexei Karpenko
2025-01-11 15:43:30 +01:00
parent 06179ee714
commit 6b169d4183
3 changed files with 110 additions and 18 deletions
+9
View File
@@ -313,4 +313,13 @@ define ('ZAHLUNGSBESTAETIGUNG_ANZEIGEN_FUER_LEHRGAENGE', true);
// Gibt an, ob im CIS die Zahlungsreferenz angezeigt wird
define ('ZAHLUNGSBESTAETIGUNG_ZAHLUNGSREFERENZ_ANZEIGEN', false);
// sender for custom mails
define('CUSTOM_MAIl_SENDER', 'noreply');
// header image for custom mails
define('CUSTOM_MAIl_HEADER_IMG', 'sancho_header_DEFAULT.jpg');
// footer image for custom mails
define('CUSTOM_MAIl_FOOTER_IMG', 'sancho_footer_DEFAULT.jpg');
?>