diff --git a/saimod_mail.php b/saimod_mail.php index 27977fe..a831601 100644 --- a/saimod_mail.php +++ b/saimod_mail.php @@ -95,7 +95,7 @@ class saimod_mail extends \SYSTEM\SAI\sai_module{ try { $sent = \mailcannon::send( $smtp, - $from, $to, $replyto ? $replyto : $from, + $from, $to, 'democracy-deutschland.de', $subject, $text, $html, $images, $attachments); } catch(Exception $e) {