Scheduler Problems

Message deleted

Can you tell first, WHAT is going wrong? do you get an error or something?

I am getting no errors, but I am not getting the scheduled emails. It just doesnt seem to be working.

First of all, I find no reference at all that you actually set the servoy scheduler!
there should be some code: plugins.scheduler(blabla)

Message deleted

Message Deleted

I find it usefull to include application.output in my source to trace if the scheduler function is triggered.

function Scheduler_Email_Notifications() {
      application.output('Starting Scheduler_Email_Notifications');
      ...

Maybe that will help you find where it is going wrong.