How you get to configure your email server under apache/win (smtp as
localhost and email postmaster@localhost), I have tried to find information
about that without success. Which email server you are using to retrieve
message and send them. I am confuse.
Giro
<[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello,
> I've been seeing quite a few e-mails about the mail() function not
> working...well mine worked fine until today i believe, but it looks like
it
> has to do with the php ini setting, althoug Ive changed my ini, it still
> didnt work, so heres a workaround I found on php.net that works great. In
> the script your working on right before the mail function, put the
following
> variables
>
> ini_set("SMTP", "your.smtp.server");
> (i used localhost, thats where my server is)
>
> ini_set("sendmail_from", "[EMAIL PROTECTED]");
>
> (i used postmaster@localhost)
> now my script works great, and hopefully everyone else's will
>
> ~Jeff
>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]