PHP login and user management system sends an activation email to users who register from register.php web form. To activate their account by confirming email address, although admin can deactivate it so when a user register from register.php they will get activate instantly and do not need to press any link in their email address to verify email address.
So when you want to change email text on email activation email You can do this by two ways, but keep in mind whoever want to update this email text should know a little basics of PHP . There are two ways to do that 1st is doing from register_user function inside classes/user.php class.
Find the function function register_user( and you can find following lines in that function to play with them. User can edit users.php class and edit the marked lines which includes the data for activation email.
Editing english.php language file.
You can also edit languages/english.php or your required language file to change Activation email text and find the lines you can see in Image. Here you can change the text for email activation. So when user gets activation email after registration they will get the text you put here, For different formats or style you need to know html and css also basic php as well. Please contact us if you want to know something or have any questions thanks.