Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

This is easy enough to do on a UNIX machine. Compose your message, then delay the sending with at:

    $ at 8:00am sh -c 'mail person@normal-sleep-schedule.com < my_message.txt'


Unless you want to delay it until birthdays or some other event that's weeks or months away.


at lets you specify dates as day/month/year. All you have to do is make sure the computer is running at that time, which is easy if you do this on your mail server.


That I know. I would never depend on a command line command to execute something months from now. Not on any system.




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: