Thanks

I'm glad you like my work. Thanks for bringing these problems to me.
On the email settings, I have gmail as well so I will look into that and see whats going on. Just make sure the OSSMTP_Setup.msi was installed. The email program uses the dll to send the emails.
On the returning from sleep problem, The program uses a Windows API to know when the system has come out of sleep. Sounds like it is just a timing problem, the network adapter isn't active yet when the program tries to resume.
So I think the fix for that will be to add a small timer to have the program wait, say 5 sec, after the system has come out of sleep. Then have it auto refresh the list and start back up. What may be even better is to add a option to let the user set how long to wait

Shane