At 2004-01-02 14:33:25 +0530, [EMAIL PROTECTED] wrote: > > i need to set up a simple, recurring, once a month, reminder in > evolution, that goes to a particular email, with subject and > body text that is static. [...] > > or any other alternative, simple way of achieving this objective?
Run crontab -e and add a "0 0 1 * * mail -s $subject $address < ~/$body" line (see crontab(5)). -- ams _______________________________________________ ilugd mailing list [EMAIL PROTECTED] http://frodo.hserus.net/mailman/listinfo/ilugd
