Feature #51137
closed
Epic #84262: [FEATURE] Update felogin to extbase
felogin emails not configuarable
Added by Patrick Kroog over 11 years ago.
Updated over 4 years ago.
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..
- 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;)
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..
- Status changed from Needs Feedback to New
- Related to Epic #84262: [FEATURE] Update felogin to extbase added
- Parent task set to #84262
- Status changed from New to Resolved
felogin has been updated and works now with extbase + fluid and this is now possible with #88102
- Status changed from Resolved to Closed
Also available in: Atom
PDF