On Wed, Jun 06, 2007 at 01:26:50PM -0400, [EMAIL PROTECTED] 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 [EMAIL PROTECTED] and in
>    config.php I have:
>    $EnableNotify = 1;
>    $NotifyList[] = '[EMAIL PROTECTED]';
> 
>    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

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to