Auto emails

Hi,

I’m using KMail 1.9.6 on Suse 10.3

I’m looking for a way to send regular emails to staff reminding them of the jobs they keep forgetting (submitting timesheets for example).

Is there an easy way to do this?

Thanks in advance
Christian

Argh, sorry wrong forum - will try and move…

dunno about kmail…sorry. but if you use thinderbird, there is a “send later” plugin, that you can use. and it will keep sending the mails at future date/time for you.

Sounds like a job for a script or program run from a cron job. Maybe something like this?

0 13 * * 5 mailx -s 'Send in your timesheets' everybody@example.com < /dev/null