Hi!
I have read a lot of threads about it... but cannot solve my problem.
I am trying to use a cronjob for fetching mails via POP3.
I am using this php file:
<?php
exec("php /www/htdocs/dfsdfsd/home/support/api/cron.php",$ausgabe);
echo "";print_r($ausgabe);echo "";
?>
With a special cronjob feature of my hosting company I am starting this php file.
But I am getting error 77 (wrong api key?). Do I need an API key? I am not interested in using remote piping.
I hope, you can help me...
Thanks
Sweeny
PS: Sorry for my wrong headline... It's POP3, not SMTP.