e107inc / e107

e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap. Issue Discussion Room: https://gitter.im/e107inc/e107
https://e107.org
GNU General Public License v3.0
318 stars 212 forks source link

[Feature request]: add email template for user activated by admin #5185

Open Jimmi08 opened 4 months ago

Jimmi08 commented 4 months ago

Motivation

Possibility to style and customize the email that is already sent

Proposed Solution

Add a standard email template - like when the user is created by admin

Alternatives

The content of email is now hardcoded:

$message = USRLAN_114." ".$row['user_name'].",\n\n".USRLAN_122." ".SITENAME.".\n\n".USRLAN_123."\n\n";
                $message .= str_replace("{SITEURL}", SITEURL, USRLAN_139);

Additional Context

No response