How to use timer in a thread
        Posted  
        
            by Anjaneyulu
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Anjaneyulu
        
        
        
        Published on 2010-06-17T04:18:17Z
        Indexed on 
            2010/06/17
            4:23 UTC
        
        
        Read the original article
        Hit count: 226
        
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.
© Stack Overflow or respective owner