Project

General

Profile

Actions

Bug #92934

closed

Mail FileSpool and MemorySpool toString() wrong

Added by Markus Gerdes over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Performance
Start date:
2020-11-25
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:

Description

Both spools iterate over all currently queued mails and concatenate these.

Using a spool because of async sending and the resulting performance is not good.

Using the FileSpool and sending mails to 1000+ recipients results most of the time in a browser timeout. The toString is called indirectly through the AbstractTransport class as a representation for the transports name.

To regain performance and be compatible we need to cleanup toString() to just return an identifier instead of the whole queue.

Actions

Also available in: Atom PDF