[pmwiki-users] notify problem

Patrick R. Michaud pmichaud at pobox.com
Fri Sep 22 16:55:39 CDT 2006


On Fri, Sep 22, 2006 at 05:33:14PM -0400, The Editor wrote:
> Just a thought, but can you send emails from any of the other recipes
> on PmWiki?  I have yet been unable to get my home (Windows) system to
> work right because of a php problem or something--but my linux
> webserver works fine.  I think by default php does not send mail
> without a fix on windows machines.  That has nothing to do with
> PmWiki.

In order to send mail under windows, one usually has to set
the 'SMTP' configuration option.  This can typically be done with

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

Replace 'smtp.example.com' with the name of your outgoing mail server.

Pm






More information about the pmwiki-users mailing list