Does anyone know of an add-on module for invite that will send automatic reminders to invitees? The idea is to use cron to periodically send out a reminder email that the invitee has been invited (same as what the "resend" button does, but automatic). I did a bit of searching and didn't see anything.

If there's nothing out there, I'll go ahead and get started on an invite helper module to do just this.

Thanks,
-mike

Comments

ultimike’s picture

I pulled the trigger on that last email just a bit too soon. I now see the TODO item in invite_cron:

// TODO: cron should check which invitations are expired and possibly send a follow up mail
// This should also trigger a module_invoke_all('invite', 'expire', $args) call so that other modules can
// react to the expired invitation.

Should my proposed reminder functionality be part of the main invite module or should it be relegated to a "helper module"? Any opinions?

Thanks,
-mike

ramndump’s picture

What is the status on this TODO???

codevoice’s picture

Subscribe, this would be nice. Anyone have an update on the status for this?

David Lesieur’s picture

Status: Active » Closed (duplicate)