Actions
Bug #91412
closedPassword recovery mail of felogin sends empty HTML part
Start date:
2020-05-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Yes
Sprint Focus:
Description
The template PasswordRecovery.html misses the SystemEmail layout, thus no HTML part is rendered and sent at all.
Updated by Andreas Kienast over 4 years ago
- Related to Task #90729: Migrate Felogin mail to FluidEmail added
Updated by Gerrit Code Review over 4 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64498
Updated by Gerrit Code Review over 4 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64498
Updated by Annett Jähnichen over 4 years ago
- Subject changed from Password recovery mail of felogin sends empts HTML part to Password recovery mail of felogin sends empty HTML part
Updated by Annett Jähnichen over 4 years ago
Since version 10.4.0
<f:layout name="SystemEmail" />
misses in
typo3/sysext/felogin/Resources/Private/Email/Templates/PasswordRecovery.html
Patch works for me with TYPO3 v10.4.2.
Updated by Andreas Fernandez over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c6863067a8221f2056fcf022c4e87e8968ef35b3.
Actions