By using this website, you agree to our Terms of Use (click here)
If you want to disable email scheduling on a site, you can add the following to the Web.config file inside the <appSettings> section:
<add key="DisableScheduleProcessor" value="True" />
When you restore from a backup, the email scheduling is disabled by default. In order to enable email scheduling, click the INITIALIZE SCHEDULER button on the Automation Schedules (SM205030) screen:

If you added the DisableScheduleProcessor key to the Web.config file, you won't be able to click the INITIALIZE SCHEDULER button in the screenshot above.
