Hi all I'm trying to start a python script, whenever my RasPi reboots. The script only sends me an email, to inform me the pi has restarted. I've put the line "@reboot sudo python /home/pi/sendmail.py" in crontab, and this won't work... All of the command line is correct, because when I change the l...