Project

General

Profile

Actions

Bug #97733

open

Test mail setup fails with resources from fileadmin

Added by Roman Büchler about 2 years ago. Updated about 1 year ago.

Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Miscellaneous
Target version:
-
Start date:
2022-06-05
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When setting the loginLogo for the backend module without using the scheme "EXT:" some functions sending mails don't work. The behaviour has been observed when testing email delivery with the install tool (Test mail setup) or when activating email notifications on user logins (set for a be user).

`LocalConfiguration.php` that works:

'EXTENSIONS' => [
   'backend' => [
      'loginLogo' => 'EXT:my_ext/Resources/Public/Images/test.svg',
   ],
],

`LocalConfiguration.php` that doesn't work:

'EXTENSIONS' => [
   'backend' => [
      'loginLogo' => 'fileadmin/test.svg',
   ],
],

Related issues 6 (3 open3 closed)

Related to TYPO3 Core - Bug #97516: Error in password reset when login.loginLogo is saved in fileadminNeeds Feedback2022-04-29

Actions
Has duplicate TYPO3 Core - Bug #98063: backend.loginLogo -> core:normalizedUrl() crashesClosed2022-08-01

Actions
Has duplicate TYPO3 Core - Bug #98107: Login to backend fails due to not renderable email message (i.e. mail notification when user logs in)Closed2022-08-09

Actions
Has duplicate TYPO3 Core - Bug #98231: Can't login in BE because of 'loginLogo' pathClosed2022-08-30

Actions
Has duplicate TYPO3 Core - Bug #98332: custom Backend Login Logo within fileadmin breaks MAIL functionality AND LoginNew2022-09-12

Actions
Is duplicate of TYPO3 Core - Bug #96063: custom Backend Login Logo within fileadmin breaks MAIL functionalityUnder Review2021-11-23

Actions
Actions

Also available in: Atom PDF