tasklist via mail

Tasklist via email

****** #!/bin/bash ******
# with task and heirloom-mailx installed, you can be advised when you want
# with a mail containing your task list
task list > /home/me/tasklist.txt
heirloom-mailx -r "pc@yourdomain.org" -s "My task list" -
S smtp=mail.yourprovider.it you@domain.org < /home/me/tasklist.txt