当有人加入门户时如何通知管理员(又名新成员创建)

How notify the administrator when someone join the portal (aka new member creation)

在我的 plone 4.3.3 门户中,当有人加入门户(也就是创建新成员)时,我需要通知管理员(通过电子邮件)。

怎么做到的?订阅事件?内容规则?

谢谢' 维托

注册 Products.PluggableAuthService.interfaces.events.IPrincipalCreatedEvent 的订阅者。