Actions
Bug #102545
closedLogical bug -> Extension Configuration-> Logo allows differnet sources this fails then sending sys-mails (e.g. by sys-ext form)
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2023-11-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
sys-mail, typo3 logo, source logo, form, mails
Complexity:
easy
Is Regression:
Sprint Focus:
Description
In Settings -> Extension Configurations -> Logo
you have the following sources allowed:
(e.g. fileadmin/images/login-logo.png or EXT:my_theme/Resources/Public/Images/login-logo.png or //domain.tld/login-logo.png).
But sys-mail only excepts the source "EXT" and will crash if a logo is set from another source. Since the logo is taken automatically for sys-mail, if set, this will then crash sys-mail and all mails from core extension "form".
Actions