domain parameter

This commit is contained in:
Ulf Gebhardt 2019-12-17 20:23:17 +01:00
parent 684a5502ff
commit bf130bc238
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -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) {