05-29-2019, 10:13 AM
So if you copy _email_template_verify_new.php to _email_newuser.php
Then you can edit _email_newuser.php to be pretty much anything. It can be as simple as, "Hey. You got a new user"
If it's that, then you can basically turn that whole $params thing up there into $params = []; and I'm guessing my example will pretty much work.
If you want to do things like put the username in the email then you will have to get a little fancier. Although, I THINK that array that I pasted will work. So you can just use those variables inside your email.
Then you can edit _email_newuser.php to be pretty much anything. It can be as simple as, "Hey. You got a new user"
If it's that, then you can basically turn that whole $params thing up there into $params = []; and I'm guessing my example will pretty much work.
If you want to do things like put the username in the email then you will have to get a little fancier. Although, I THINK that array that I pasted will work. So you can just use those variables inside your email.