[pmwiki-users] notify not working

Janaki Kuruppu jkuruppu at gmail.com
Wed Apr 16 10:54:32 CDT 2008


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:

SDV($NotifyFrom, 'myemail at domain.com');
> SDV($NotifyDelay, 0);
> SDV($NotifySquelch, 10800);
> SDV($NotifyFile, "$WorkDir/.notifylist");
> SDV($NotifyListPageFmt, '$SiteAdminGroup.NotifyList');
> SDV($NotifySubjectFmt, '[$WikiTitle] recent notify posts');
> SDV($NotifyBodyFmt,
>  "Recent \$WikiTitle posts:\n"
>  . "  \$ScriptUrl/$[{\$SiteGroup}/AllRecentChanges]\n\n\$NotifyItems\n");
> SDV($NotifyTimeFmt, $TimeFmt);
> SDV($NotifyItemFmt,
>  ' * {$FullName} . . . $PostTime by {$LastModifiedBy}');
> SDV($NotifyHeaders, '-f myemail at domain.com');
> SDV($NotifyParameters, '');
>
> if (@$NotifyFrom)
>  $NotifyHeaders = "From: $NotifyFrom\r\n$NotifyHeaders";
>

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

system info:
PHP Version 4.4.7
Apache/1.3.37
FreeBSD web3.hivelocity.net 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Thu Feb i386
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.pmichaud.com/pipermail/pmwiki-users/attachments/20080416/e2f860a7/attachment.html 


More information about the pmwiki-users mailing list