From bf130bc238bc64c5362b3f1347ef824a2fc04d6d Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 17 Dec 2019 20:23:17 +0100 Subject: [PATCH] domain parameter --- saimod_mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {