Am writing a simple java script to send email it works perfectly however it does work in the crontab. the command sh sendmail.sh works
Here is my crontab command from crontab -e
*/5 * * * * sh user /home/user/classes/sendmail.sh
I expect this to work and send mail every 5 minutes but it doesn't work
However the command sh sendmail.sh works
I need help on the crontab