comment fix

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

View File

@ -81,7 +81,6 @@ class saimod_mail extends \SYSTEM\SAI\sai_module{
}
$to = $email;
$from = \SYSTEM\PAGE\replace::replace($email_data['sender'],$replacements);
//$from = $email_data['account'];
$subject = \SYSTEM\PAGE\replace::replace($email_data['subject'],$replacements);
$text = \SYSTEM\PAGE\replace::replace($template_text['value'], $replacements);
$html = \SYSTEM\PAGE\replace::replace($template_html['value'], $replacements);