FAQ/Questions/How-do-I-use-the-Izenda-Reports-report-email-scheduler.md
... ...
@@ -36,6 +36,7 @@ Izenda now also offers the option of using a service-based scheduler. The MSI in
36 36
5. Navigate to where the **IzendaService** scheduler is installed (by default C:/Program Files (x86)/IzendaService).
37 37
6. Open **IzendaService.exe.config** in the text editor of your choice with administrator privileges.
38 38
7. Edit the **url** setting to the location of your rs.aspx page with the **run_scheduled_reports=1** query string parameter. (ex: **http://yourhost/yourapp/rs.aspx?run_scheduled_reports=1** )
39
+ 1. *Optional:* The rs.aspx page also accepts the parameter ssl=1 for running scheduled reports. This will require the process to use SSL security when contacting the email server. (**rs.aspx?run_scheduled_reports=1&ssl=1**)
39 40
8. Edit the **interval** setting to the time in milliseconds that will elapse between calls to the URL specified.
40 41
9. Save the config file with the modified settings.
41 42
10. Go back to the **task manager** and restart the **IzendaService**.