[pmwiki-users] notify not working

Patrick R. Michaud pmichaud at pobox.com
Wed Apr 16 11:39:47 CDT 2008


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 notify=myemail at domain.com
>    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 = 'myemail at domain.com';
    $NotifyHeaders = '-f myemail at domain.com';

>    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 <myemail at domain.com>, 
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




More information about the pmwiki-users mailing list