I have followed all the steps in <a href="http://www.pmwiki.org/wiki/PmWiki/Notify">http://www.pmwiki.org/wiki/PmWiki/Notify</a><br><br><ol><li>$EnableNotify = 1; in the local/config.php file</li><li>added notify=<a href="mailto:myemail@domain.com">myemail@domain.com</a></li>
</ol>in addition, since my host requires the -f flag in the header, i modified the notify.php script as follows:<br><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
SDV($NotifyFrom, &#39;myemail@domain.com&#39;);<br>SDV($NotifyDelay, 0);<br>SDV($NotifySquelch, 10800);<br>SDV($NotifyFile, &quot;$WorkDir/.notifylist&quot;);<br>SDV($NotifyListPageFmt, &#39;$SiteAdminGroup.NotifyList&#39;);<br>
SDV($NotifySubjectFmt, &#39;[$WikiTitle] recent notify posts&#39;);<br>SDV($NotifyBodyFmt, <br> &nbsp;&quot;Recent \$WikiTitle posts:\n&quot; <br> &nbsp;. &quot; &nbsp;\$ScriptUrl/$[{\$SiteGroup}/AllRecentChanges]\n\n\$NotifyItems\n&quot;);<br>
SDV($NotifyTimeFmt, $TimeFmt);<br>SDV($NotifyItemFmt, <br> &nbsp;&#39; * {$FullName} . . . $PostTime by {$LastModifiedBy}&#39;);<br>SDV($NotifyHeaders, &#39;-f myemail@domain.com&#39;);<br>SDV($NotifyParameters, &#39;&#39;);<br>
<br>if (@$NotifyFrom)<br> &nbsp;$NotifyHeaders = &quot;From: $NotifyFrom\r\n$NotifyHeaders&quot;;<br></blockquote><br>but, i&#39;m not getting any emails. &nbsp;can someone point me in the right direction?<br><br>system info:<br>PHP Version 4.4.7<br>
Apache/1.3.37<br>FreeBSD <a href="http://web3.hivelocity.net">web3.hivelocity.net</a> 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Thu Feb i386<br>