How to setup email reminders for each item in a list that has a specific status value
Hi, If you want this activity to be a scheduled as a job every day, you need to create a custom timer job. You can schedule this job to run daily. Write object model code to access the list, loop all the list items and send email based on the status column of each item. Here are some links that may help. Timer Job : http://dotnetfinder.wordpress.com/2010/07/24/creatingcustomsharepointtimerjob2010/ Send Email using SPUtility : http://www.mindfiresolutions.com/Send-Email-in-Sharepoint-using-SPUtilitySendEmail-using-HTML-tags-1271.php Use the above code to send emails, SPUtility uses configured Outgoing Email settings of the farm. -Kranthi
August 31st, 2012 1:42am

Hi, If you want this activity to be a scheduled as a job every day, you need to create a custom timer job. You can schedule this job to run daily. Write object model code to access the list, loop all the list items and send email based on the status column of each item. Here are some links that may help. Timer Job : http://dotnetfinder.wordpress.com/2010/07/24/creatingcustomsharepointtimerjob2010/ Send Email using SPUtility : http://www.mindfiresolutions.com/Send-Email-in-Sharepoint-using-SPUtilitySendEmail-using-HTML-tags-1271.php Use the above code to send emails, SPUtility uses configured Outgoing Email settings of the farm. -Kranthi
Free Windows Admin Tool Kit Click here and download it now
August 31st, 2012 2:01am

Hello there I am working with Microsoft SharePoint Server 2010. I have a SharePoint list and for each item in this list where the column Status is different to "Complete" it is required to send a message to an email address stored in the same item. Is this possible to go and check all the list to do this? How I can configure SharePoint to do this every day? Thanks in advance Daniel
September 1st, 2012 1:24am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics