On Wed, Apr 16, 2008 at 11:54:32AM -0400, Janaki Kuruppu wrote:
>    I have followed all the steps in http://www.pmwiki.org/wiki/PmWiki/Notify
> 
>     1. $EnableNotify = 1; in the local/config.php file
>     2. added [EMAIL PROTECTED]
>    in addition, since my host requires the -f flag in the header, i modified
>    the notify.php script as follows:

Note that you don't need to modify notify.php for this -- it can be
done in config.php with:

    $NotifyFrom = '[EMAIL PROTECTED]';
    $NotifyHeaders = '-f [EMAIL PROTECTED]';

>    but, i'm not getting any emails.  can someone point me in the right
>    direction?

If the system thinks it has already sent email to <[EMAIL PROTECTED]>, 
then by default it will wait three hours (the setting of $NotifySquelch)
before it sends another message to that address.

You might try temporarily lowering $NotifySquelch until notify is working,
then set it back to the default.

Pm


_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to