I have a PHP file that sends email.
Now what I need is for this PHP file to send email every hour. I tried Cron with Linux (Ubuntu).
I have the line:
0 * * * * /var/etc/apache2/php(source of the php.ini file) /var/www/name_of_folder/mailer.php
But it is not working.
Can anyone help me? I'm new with Cron jobs.