Hi, I have set up emailnotify2 and I know it is working because if I set the scheduling to check every 0.1 seconds (this is the right hand radio button) it send the emails when I am using the calendar.
The method of sending emails is SMTP so I also know that this is working.
However, I can't get it to work with Cron. I have put the following line into /etc/crontab:
*/1 * * * * /var/www/html/new-bin/calendar.pl command=doemail
This I think should check every minute for emails to send. I don't get any emails and I don't even get an email of the script output (which apparently you should receive when you leave 'nooutput=1 out of the line).
I have restarted crond so I know this is running. Where am I going wrong?