I\'m writing an application and I\'d like it to somehow schedule an email to be sent at a later date (likely an hour after it is run). The programming language will be Python or
If you are to use Java, try Quartz, an open source job scheduling framework.