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:
SDV($NotifyFrom, '[EMAIL PROTECTED]');
> 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 [EMAIL PROTECTED]');
> 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
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users