Feature #51137
closedEpic #84262: [FEATURE] Update felogin to extbase
felogin emails not configuarable
0%
Description
Problem:
At the moment it's not possible to change the Look/Content of mails sent by felogin Extension to the needs of a professional website/product:
E.g:
- Sending the mail in HTML + Text format.
- Have a Template for the mail, instead only one Language var..
- Possibility to use the NAME instead of the USERNAME (which often is an email) and a proper salutation.
Only chance to really be free in content/styling at the moment is:
- using the hook ( $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['felogin']['forgotPasswordMail'] )
- build the mail from a template in the hook
- send the email within the hook
- unset the mail text, to avoid $this->cObj->sendNotifyEmail will send the original mail..
If desired I would like to send in a patch for this..
Updated by Wouter Wolters over 11 years ago
- Status changed from New to Needs Feedback
If you have a patch ready you can send it to Gerrit See for instructions http://wiki.typo3.org/CWT
It will then be easier to discuss the code;)
Updated by Patrick Kroog about 11 years ago
Thank's Wouter!
I believe there should be one way of styling reusable(!) E-Mails for the whole website in TYPO3.
You should be able to leave a Fluid-Template in one Place in the system and use this for all e-Mails.
As there is no standard at the moment, all Extensions use their way and therefore you have to leave Templates in different places.
I don't want to have another individual way for fe_users..
So I just removed some unused bits and commited that for the moment! Please let me know what you think of the above approach..
Updated by Alexander Opitz over 10 years ago
- Status changed from Needs Feedback to New
Updated by Simon Schaufelberger over 9 years ago
I also just wanted to style all Emails according to my style guide and stumbled over the forgot password which just consists of plain text. No HTML possible! The only possible solution would be to XCLASS.
Updated by Georg Ringer over 6 years ago
- Related to Epic #84262: [FEATURE] Update felogin to extbase added
Updated by Georg Ringer over 4 years ago
- Status changed from New to Resolved
felogin has been updated and works now with extbase + fluid and this is now possible with #88102