Project

General

Profile

Actions

Bug #100078

closed

Embed TYPO3 logo in SystemLayout Fluid email layout

Added by Sybille Peters about 1 year ago. Updated about 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 #1

Updated by Sybille Peters about 1 year ago

  • Description updated (diff)
Actions #2

Updated by Torben Hansen about 1 year ago

  • Related to Task #98343: Embed Mail logo into email added
Actions #3

Updated by Torben Hansen about 1 year ago

  • Related to Bug #96063: custom Backend Login Logo within fileadmin breaks MAIL functionality added
Actions #4

Updated by Torben Hansen about 1 year ago

There is already a pending feature patch for this - see https://review.typo3.org/c/Packages/TYPO3.CMS/+/75727

Actions #5

Updated by Sybille Peters about 1 year ago

  • Related to Bug #100081: Show correct alt text in SystemEmail if custom logo is configured added
Actions #6

Updated by Sybille Peters about 1 year ago

  • Status changed from New to Closed

@Torben That was fast. Thanks. I will take a look. Closing issue as duplicate.

I just pushed a related patch, probably this is obsolete now too. I commented in your patch: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75727

Actions #7

Updated by Sybille Peters about 1 year ago

  • Description updated (diff)
Actions

Also available in: Atom PDF