I have a client that is looking for the ability to send facebook like activity mailings to users, based on user relationships. I've written an activity_mailer module, and made a patch to the user_relationshipsactivity contribution.

The patch to the user_relationshipactivity adds hook_activityapi()> When an activity is being inserted it finds any approved relationships with the user performing the activity, and adds an entry to the activity_targets table.

The activity mailer module sends an email to users to notify them of activity where they are the target. It groups any unsent activity into a single message, per user.

I look forward to your feedback, especially on the default mail messages.

Comments

sirkitree’s picture

Status: Active » Needs review

This is a really neat idea. I've not had a chance to test it out yet but I will. Thanks!

geodaniel’s picture

I like the sound of this one too, and will hopefully try it out soon.

jaydub’s picture

Version: 5.x-3.x-dev » 5.x-4.x-dev

Yes does sound useful. Might be a good candidate for integration
with Messaging module.

sirkitree’s picture

Status: Needs review » Closed (won't fix)

5.x unsupported