Ok i tried somethings now but i can't get this to work. Maybe you can help me.
I put my phpMailNotification.php in the
public_html folder. since that is the folder to wich you can acces the file so for
http://www.mydomain.com/phpMailNotification.php that is.
I put phpMailNotification.cfg in a subdir called notifier
the phpMailNotification.cfg file is:
#host;user;password;mailto;subject text;body text
mail.[b]mydomain.com[/b];rullzer;[b]password[/b];[b]email[/b];%new%/%total% @ %account% - %emails%;
the dir notifier has 777 acces
my checkm.sh file is in the same public_html folder as phpMailNotification.php so my checkm.sh file is
#!/bin/bash
php phpMailNotification.php
the cron job is working but it only returns in an email:
#!/bin/bash
php phpMailNotification.php
what am i doing wrong?
thnx in advance
rullzer