On Friday 06 August 2004 23:32, Brian Dunning wrote:
> Thanks very much to everyone for all the suggestions. I tried them all,
> and even the most minimal stripped down attempt:

See how much easier it is to get to the root of the problem with a stripped 
down minimal example? 

>    mail('[EMAIL PROTECTED]','Test','Test');
>
> fails with a 501 error, "Bad address syntax." This is on a Windows box.
> Anything else I can try? Is it possible that there is some ini_set that
> is not configured?

You tell us. Read the comments in the [mail function] section of php.ini and 
check that they are correct and valid for your system. Pay particular 
attention to 'sendmail_from'.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
Rune's Rule:
        If you don't care where you are, you ain't lost.
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to