mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 05:11:41 +02: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
|
// normaly Bcc is only added to recipients, but not as header visible to all recipients
|
||||||
$mail->forceBccHeader();
|
$mail->forceBccHeader();
|
||||||
|
$sentMailHeader = $mail->getMessageHeader();
|
||||||
|
$sentMailBody = $mail->getMessageBody();
|
||||||
}
|
}
|
||||||
// copying mail to folder
|
// copying mail to folder
|
||||||
if (count($folder) > 0)
|
if (count($folder) > 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user