Hi Support.
Im currently setting up the automatic sending of invoices that have been confirmed. The problem is that my cronjob is not working.. Im getting return HTTP 303
en.wikipedia.org/wiki/List_of_HTTP_status_codes
This is my cron: */20 * * * *
www.mysite.com/component/vminvoice/vminvoice/cronMail
If i load the cron URL in my browser it works perfectly and all emails are sent..
So i contacted my server provider and they told me that the header their cron system sends is missing in the softwares PHP code and therefore the code makes a 303 redirect..
Im really not keen to using the automatic plugin which sends on every pageload.. Hopefully i can get this cronjob running..
Thank you in advance