I have a php file that has a simple code to send goodmorning email to a mail id. the file sends goodmorning mail whenever i visit it through web browser. now i want to put it in cronjob so that it sends goodmorning mail every 30 minutes. i have written
30 * * * * /usr/local/bin/php /home/username/domain.com/send.php
as my cronjob entry. yet it is not sending me any mail. i have even added
#!/usr/local/bin/php -q
in my php file. am not getting any error mail also. plz help