[Remind-Fans] E-mail reminders
Paul Pelzl
pelzlpj at eecs.umich.edu
Wed Nov 22 16:08:33 EST 2006
On Wed, Nov 22, 2006 at 12:02:45PM -0600, Kyle Sexton wrote:
> Has anyone come up with a solution to send out an email reminder using
> remind something like 15 minutes before the event?
1) Add a 15 minute 'tdelta' to any reminders that you want advance
warning for, e.g.
REM Nov 27 2006 AT 14:00 +15 MSG %"Do something%" %1
2) Launch a background Remind process in "daemon mode" and tell it to
send triggered reminder messages to 'mail':
remind -z -k'echo "%s" | mail -s "reminder" username' ~/.reminders &
This is untested, but I think that should do it.
Paul
More information about the Remind-fans
mailing list