fix failed attachment of eml file after compose on to_infolog/tracker action

This commit is contained in:
Klaus Leithoff 2014-11-26 14:20:18 +00:00
parent dd89cf84f7
commit d411dd0658

View File

@ -2564,6 +2564,8 @@ class mail_compose
// normaly Bcc is only added to recipients, but not as header visible to all recipients
$mail->forceBccHeader();
$sentMailHeader = $mail->getMessageHeader();
$sentMailBody = $mail->getMessageBody();
}
// copying mail to folder
if (count($folder) > 0)