How to use timer in a thread
- by Anjaneyulu
Hi, I would like to send email notifications to users of my project exactly at 8 a.m,
Here we are using a thread to send emails to the user. I would like to send some emails exactly at 8 A.M. How can I execute that perticular logic in this Thread. Please help me.