Note: SharePoint 2010 and 2013 following jobs ar the responsible for email alerts.
Job-immediate-alerts
Job-daily-alerts
Job-weekly-alerts
- Start your windows PowerShell on your computer.
- Right click and select Run as administrator option.
- Paste the below script on the PowerShell window and click the enter button.
- Check your SharePoint site Feature will activated successfully.
- stsadm -o setproperty -propertyname job-immediate-alerts -propertyvalue "every 5 minutes" -url "http://gauti.sharepoint.com/sites"
Enable the daily alerts in SharePoint ,
- stsadm -o setproperty -propertyname job-daily-alerts -propertyvalue "every 5 minutes" -url "http://gauti.sharepoint.com/sites"
Enable the weekly alerts in SharePoint ,
- stsadm -o setproperty -propertyname job-weekly-alerts -propertyvalue "every 5 minutes" -url "http://gauti.sharepoint.com/sites"
Run the script with the required administrator privilege. To verify that, Check the output window. Thanks for reading my blog.Hope you have enjoyed this..

Gowtham RajamanickamPosted Apr 7, 2016, 7:30 AM
sam blog helped me lot..
Gowtham RajamanickamPosted Apr 6, 2016, 4:54 AM
thanks buddy
Vijay SPosted Jun 17, 2015, 9:20 AM
Good one