Crontab issue

We have configured a script to be run at specific time using crontab.

# crontab -l
15 11 * * * VM_Count_V4.sh

as per the crontab entry script should run every day 11.15 a.m

Every time when the script is executed i get a mail but when i run it using crontab it doesn't send any mail.

However when i execute it manually i get the mails.

Even the execution is getting logged in cron log.

/var/log/cron
Mar 17 11:15:01 XXXX crond[11708]: (root) CMD (VM_Count_V4.sh)

Please suggest.

I figured it out by my self .Path was missing from the crontab.

yes , you get it..
in the crontab you should give crond the full path .