[pmwiki-users] Notify.php

Patrick R. Michaud pmichaud at pobox.com
Sat Jun 9 11:21:37 CDT 2007


On Wed, Jun 06, 2007 at 01:26:50PM -0400, Naeimeh.Shakoori-Najafi at dalsa.com wrote:
>    Hello,
> 
>    I've enabled notify.php but I don't get wny emails when I edit a page.
>    I tried both Site.NotifyList and config.php but none of them works. In
>    Site.NotifyList I have notify=naeimeh.shakoori-najafi at dalsa.com and in
>    config.php I have:
>    $EnableNotify = 1;
>    $NotifyList[] = 'notify=naeimeh.shakoori-najafi at dalsa.com';
> 
>    Could you tell me whatelse I need?

What operating system is the server running?  If it's a Windows server,
you may need to set

    ini_set('SMTP','smtp.server.com');

where 'smtp.server.com' is the address of an SMTP outgoing mail server.

See the "Note for Windows Installations" on 
http://www.pmwiki.org/wiki/PmWiki/Notify .

If your server isn't running Windows, or this isn't the problem,
let us know.

Pm



More information about the pmwiki-users mailing list