I have a specialised site which I think will not have very many users but I need to be constantly aware of what goes on every day without having to login. How can I have Drupal email the administrator when a new user signs on and also when new content is posted . There must be one or two modules that do these.

Comments

electronicmonkey’s picture

OK I found it myself - user_register_notify and notify

Joelsstuff’s picture

Electronicmonkey, would you elaborate more on how you set email notifiction up when a new user registers. I can only find managemet tools that send new users emails but not the administrator.

Thanks,
Joel

Joelsstuff’s picture

I figured it out using Triggers and Actions. Thanks Joel