Project

General

Profile

Actions

Bug #100078

closed

Embed TYPO3 logo in SystemLayout Fluid email layout

Added by Sybille Peters over 1 year ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Mailer API
Target version:
-
Start date:
2023-03-04
Due date:
% Done:

0%

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

Description

Update : To reproduce, send the email via CLI, not in the backend. If the email is sent via the backend, the logo is not embedded, but link is at least correct. If email is sent via cli, the URL displayed in the footer, is also not displayed correclty:

This email was sent by ... from URL: - Please con

This is a bug and feature request (bug because of described problems). Feature (maybe) because the behaviour will change.

Currently, for the TYPO3 SVG logo is used like this in SystemEmail Fluid layout:

<img src="{normalizedParams.siteUrl}{f:uri.resource(path: 'EXT:core/Resources/Public/Images/typo3_orange.svg')}" alt="TYPO3 Logo" height="41" width="150" />

This may result in a relative URL which does not work.

The SVG could be embedded as SVG in the SystemLayout.html (typo3/sysext/core/Resources/Private/Layouts/SystemEmail.html)

I suppose this does not get noticed, because most people use their own layout. But in linkvalidator, for example, it is used by default.


Related issues 3 (2 open1 closed)

Related to TYPO3 Core - Task #98343: Embed Mail logo into emailUnder Review2022-09-13

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

Actions
Related to TYPO3 Core - Bug #100081: Show correct alt text in SystemEmail if custom logo is configuredResolved2023-03-04

Actions
Actions

Also available in: Atom PDF