Not for me I got the same think, I started to believe that there is something to do with the smtp provider, because I have tried the same script on a another machine and use a modem connection with earthlink and it works great so I guess there is something to be check with the smtp setting somewhere i don't know. I'm using starband satellite conenction which is similar than cable or DSL somebody as something similar there? Thanks for the help anyeay 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]