How to send email ,when workitem's due date is over , by using server side plugin.
![](http://jazz.net/_images/myphoto/5988cf4d8a7ecc7c28e21985eadd00a5.jpg)
Hello Everyone,
I want to develop a plugin to notify user ,when task due date is over or near(before one day),by sending email to the user.If any is aware -how to implement these,then please provide some documentation.Kindly inform me if you know ,it can be achieved by other way also.
Thanks and regards
jyoti.
Accepted answer
![](http://jazz.net/_images/myphoto/5988cf4d8a7ecc7c28e21985eadd00a5.jpg)
I think what you are looking for has been implemented and written down by Jorge Diaz in his blog post RTC Custom Scheduled Async Task example explained
Comments
![](http://jazz.net/_images/myphoto/e5e63d5878217b64611c1df9401b7cd3.jpg)
I fixed some issues and made the example easily availble here Lukas: https://rsjazz.wordpress.com/2015/10/16/due-date-notifier-an-asynchronous-task-example/
![](http://jazz.net/_images/myphoto/5988cf4d8a7ecc7c28e21985eadd00a5.jpg)
Thanks Lukas Steiger and Ralph Schoon.