e107 icon indicating copy to clipboard operation
e107 copied to clipboard

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

Open Jimmi08 opened this issue 2 years ago • 0 comments

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

Jimmi08 avatar Feb 02 '24 13:02 Jimmi08