mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
fix failed attachment of eml file after compose on to_infolog/tracker action
This commit is contained in:
parent
dd89cf84f7
commit
d411dd0658
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user