Actions
Bug #91763
closedMail file spool is broken
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Miscellaneous
Target version:
-
Start date:
2020-07-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
There are two issues:
1) Mails (SentMessage) can not be serialized
2) FluidEmail calls generateTemplatedBody() in ensureValidity which leads to a null pointer exception for view when queued email is actually send
Solutions:
1) In FileSpool::doSend serialize orgiginal message: $ser = serialize($message->getOriginalMessage());
2) Only generate body if text and html body is empty
Actions