Implement a SharePoint Timer job using Azure WebJob
The SharePoint Timer service runs in background to do long running tasks. The Timer service does some important SharePoint clean up tasks in the background but can also be used to provide useful functional tasks. For instance, there may be a situation when you want to send newsletters to your users on regular basis or want to keep your customer up to date with some regular timed information.
I will be using SharePoint Timer Service to send an email to newly registered customers/users for this demo.… [Keep reading] “Implement a SharePoint Timer job using Azure WebJob”