boost on this thread -- i totally agree / would love to hear from the community about this!
Is there any way to get notified when a new user signes up?
-
I'd like to receive an email notification whenever a new user signs up in my forum. Is there any way to do that?
-
Best way would be to write a plugin that listens for the hook
action:user.create
. This hook receives the userData and is fired whenever a new user is created.