Is there any easy way to get a notification each time a new user signs up to my service? I’d also be interested in notifications about logged errors.
In theory I could probably implement this by writing my own rules (is there an SMTP example anywhere?), but it seems like something that’s probably implemented, I just can’t see where. I do already have a custom SMTP provider configured, I’d like that to be used to email me simple notifications, without having to rebuild that SMTP integration and duplicate all the configuration myself in a rule.