I need one email sent out when anything changes to multiple lists on my site. To make it even more complicated this email needs to go out weekly and include all changes in that past week.
Users currently have alerts set up, but they are complaining that they are receiving too many emails. I need a way to combine these into one email.
Is this possible?
Thanks, Ninel
Yes, TimerJob is your friend:
Create a storage list, in that list keep changes from the other lists you want ( on itemupdated or itemcreated ). Then run you job weekly and send email with cumulative updates.
-p