Project

General

Profile

Actions

Bug #92131

closed

Configure option for Swiftmailer DiskKeyCache

Added by Michael Sollmann over 3 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-08-30
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The (correct) TempDir, set in swiftmailer/lib/preferences.php is not used in swiftmailer/lib/classes/Swift/KeyCache/DiskKeyCache.php. The path in $this->_path is not accessible (because it is above the root of my webspace), so the spooling fails with PHP Warning: mkdir(): No such file or directory in [...] swiftmailer/lib/classes/Swift/KeyCache/DiskKeyCache.php line 273.

Is there a way to make $this->_path configurable?

Actions

Also available in: Atom PDF