I have been looking at the forums for the code to send admin email when a new users registers using the email template/casemanagers/admin_notification.php
Has anyone added this code?
Thanks
admin_notifications is only for the notifications system.
I would recommend using the messaging a system and turn email notifications on-or you can send the email manually. Your best example would be on messages.php or admin_messages.php
Thanks for that answer. I was actually looking for the system to send an notification email to the administrator when a new user enrolls.
Thanks
That hasn't been built-nor requested before. You'll do this in during_user_creation. Make a template in Views (copy one of the _email ones) and pass your parameters. You can copy the Email Code on the join.php page. Let me know if you need help-I'd write a script out for you but I'm in the middle of something right now, sorry!
Brandin,
That worked, thanks!