Sorry for such a broad subject there but I have no idea what I may be doing wrong.
Let me ask a few questions to see if I have edited things correctly:
my phpMailNotification.cfg file has:
mail.*mydomain.com*;support;*password*;4175551212@mobile.mycingular.com;%new%/%total%@%account% - %emails%;
my checkm.sh file is:
#!/bin/bash
cd /home/*domain*/
php phpMailNotification.php
for testing purposes I have my cron checking every minute:
* * * * *
http://domain.com/checkm.shI have changed the MNOTIFY_CFG_PATH in phpMailNotification.php
Nothing seems to work. I do have other cron scripts running successfully.
Do you have any idea what I may be missing that is causing it not to work?
I am not familiar with *.sh files so perhaps there?
thanks for your response