If PHP succeeds in getting the mail through to your internal box, then it's almost-for-sure your MAIL SERVER that is refusing to send mail to the outside world. Review your MAIL SERVER configuration carefully, and keep in mind that PHP runs as a restricted user: Apache: Module: httpd.conf User directive decides who PHP is. CGI: httpd.conf suExec and/or User directive decides who PHP is. IIS/PWS: I_usr_machine name is the user, unless you're smarter than me and you can figure out stupid MS interface to change it... Other web-servers: You're on your own, kid. You will find that this bug has absolutely nothing to do with PHP, and everything to do with your MAIL SERVER. That's probably why it got marked "Bogus" as a PHP bug report. -- WARNING [EMAIL PROTECTED] address is an endangered species -- Use [EMAIL PROTECTED] Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm Volunteer a little time: http://chatmusic.com/volunteer.htm ----- Original Message ----- From: Christof Coetzee <[EMAIL PROTECTED]> Newsgroups: php.general To: <[EMAIL PROTECTED]> Sent: Thursday, August 23, 2001 1:36 PM Subject: Does not deliver mail > ID: 12932 > Updated by: derick > Reported By: [EMAIL PROTECTED] > Old Status: Open > Status: Bogus > Bug Type: *Mail Related > Operating System: win2k > PHP Version: 4.0.4pl1 > New Comment: > > > [2001-08-23 14:18:01] [EMAIL PROTECTED] > > I have a mail account that points to my mail server, my domain name is > www.cdesoftware.co.za and my e-mail address is [EMAIL PROTECTED] > Problem: I have client submission forms on websites running on our server > that calls a PHP script for sendind the info on this form to a mail > address specified in a hidden field in the web page form. The php script > delivers all mail that must be sent to anyname.cdesoftware.co.za, but not > any other mail address on any other server. > > Please help me with this a possible > > Thank you > Christof > > ------------------------------------------------------------------------ > > -- PHP General 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]