On 05/01/07, ac@1&1 albert.cremer@online.de wrote:
I would like to know if it is possible to send bulk email to defined user groups (e. g. when a certain article has been changed).
Yes, write a simple extension that uses the ArticleSaved event, run a quick title comparison within the hook function, and send the email to users using the UserMailer functions.
Rob Church