Popular recipes tagged "popup" but not "notification"http://code.activestate.com/recipes/tags/popup-notification/2013-09-04T19:43:19-07:00ActiveState Code Recipesrandom send mail, sms or popup window (Python) 2013-09-04T19:43:19-07:00peekaahttp://code.activestate.com/recipes/users/2919471/http://code.activestate.com/recipes/578598-random-send-mail-sms-or-popup-window/ <p style="color: grey"> Python recipe 578598 by <a href="/recipes/users/2919471/">peekaa</a> (<a href="/recipes/tags/popup/">popup</a>, <a href="/recipes/tags/random/">random</a>, <a href="/recipes/tags/sendmail/">sendmail</a>, <a href="/recipes/tags/sms/">sms</a>). Revision 4. </p> <p>If you need to do something irregularly, randomly during the day, you often forget. This script gives you mail, sms or popup window indefinitely in random interval to remind you of doing it. It runs forever. If you want to send emails, uncomment the row sendMail() and fill variable me, to, smtp, name, login in function sendMail().</p>