Tous les matins à 10h, exécuter le script qui ouvre un nouveau message thunderbird
00 10 * * * env DISPLAY=:0 /home/michael/crons/send.sh
send.sh
# destinataire :) to="dest@example.com" # Si plusieurs identités dans Thunderbird, il faut aller dans # "options > paramètres avancés pour trouver l'identité voulu. preselectId=id3 # exemple de titre simple subject="[rapport quotidien] `date +%F`" # body=`/home/michael/scripts/reports/daily-report.sh` thunderbird -compose "to='$to',preselectid=$preselectId,subject='$subject',body='$body'"
Sources:
https://help.ubuntu.com/community/CronHowto
http://kb.mozillazine.org/Command_line_arguments_%28Thunderbird%29