Set e-mail reminders from the Linux command line

By | December 3, 2008

You don’t need a fancy e-mail client with calendar capabilities to get a quick reminder. This is especially useful if you’re on a SSH prompt and don’t have a post-it neatby 🙂

echo “mail -s ‘remember the birthday party’ your_email@server.com < /dev/null” | at 15:19

This will send you an e-mail to the address you specified at precisely 15:19.

One thought on “Set e-mail reminders from the Linux command line

  1. Pingback: Send Self Reminders To Your Email From The Command Line | AmirWatad.com

Leave a Reply

Your email address will not be published. Required fields are marked *