@julian You're welcome and thank you for the kind words.
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.