Bugfix für Text-Messages beim Versand von einzelnen Mails

This commit is contained in:
Andreas Österreicher
2018-02-26 17:12:32 +01:00
parent 5a4659c2b8
commit 34bc23b284
+1 -1
View File
@@ -640,7 +640,7 @@ class MessageLib
}
// Using a template for the plain text email body
$vorlage = $this->ci->vorlagelib->loadVorlagetext('MessageMailHTML');
$vorlage = $this->ci->vorlagelib->loadVorlagetext('MessageMailTXT');
if(hasData($vorlage))
{
$altBody = $this->ci->parser->parse_string(