By dkaragiozov on
Hello All,
This time I have almost not-security related question :-)
Is it possible that some users receive email notification when a new user registers in a DRUAPL site?
I did not find such functionality in the user module (am I missing something)?
Or some extensions should be added?
thanks in advance
Diman
Comments
additional email notification
Is it also possible that a user receives email notification when someone else posts a comment for a forum topic?
Diman Karagiozov
Tetracom IS Ltd.
http://www.tetracom.com
Try the 'notify',
Try the 'notify' or 'subscriptions' module.
Uwe.
--
hermann-uwe.de | crazy-hacks.org | unmaintained-free-software.org
Here's a possibility
Here's a comment I discovered with code which allows the admin to be notified when a new user account is created.
Maybe this is something like what you are looking for. Or perhaps it could be expanded somehow to allow you to define who receives the notifications.
http://drupal.org/node/8309#comment-45296
Haven't tried it yet (I'm a bit squeamish about messing with the code), but it seems to be what I am looking for.
Caveman