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
Updated by Simon Gilli about 4 years ago
- Related to Bug #92053: Test Mail Setup: Serializer Exception added
Updated by Simon Gilli about 4 years ago
Updated by Riccardo De Contardi almost 4 years ago
- Related to Task #92394: bug fixes for file spooling added
Updated by Riccardo De Contardi almost 4 years ago
patch from #92394 could help?
Updated by Simon Gilli over 3 years ago
Yes, patch of #92394 should solve the second issue now.
Updated by Benni Mack almost 3 years ago
- Status changed from New to Closed
Closing this issue now as well, since #92394 is merged.
Actions