mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 00:24:35 +00:00
Changed Sanchomail 'From' to noreply
This commit is contained in:
@@ -49,7 +49,7 @@ function sendSanchoMail($vorlage_kurzbz, $vorlage_data, $to, $subject, $headerIm
|
||||
|
||||
if ($from == '')
|
||||
{
|
||||
$from = 'sancho@'.DOMAIN;
|
||||
$from = 'noreply@'.DOMAIN;
|
||||
}
|
||||
|
||||
// Embed sancho header and footer image
|
||||
|
||||
Reference in New Issue
Block a user