[pmwiki-users] notify problem

Patrick R. Michaud pmichaud at pobox.com
Fri Sep 22 17:29:09 CDT 2006


On Fri, Sep 22, 2006 at 06:06:33PM -0400, The Editor wrote:
> Can you explain where to set that?  I'm running apache with php.

You can put the line in the local/config.php:

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

> I do know where my php config file is but didn't find a line
> resembling the above.  I did find:
> 
> [mail function]
> ; For Win32 only.
> SMTP = localhost
> smtp_port = 25
> 
> ; For Win32 only.
> ;sendmail_from = me at example.com
> 
> Dare I change it there?

Yes, you can change it in the PHP configuration file as well,
but I prefer to do it in the local/config.php file.

Pm


> On 9/22/06, Patrick R. Michaud <pmichaud at pobox.com> wrote:
> > 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
> >
> >
> >
> 
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
> http://www.pmichaud.com/mailman/listinfo/pmwiki-users
> 




More information about the pmwiki-users mailing list