I am trying to get the mail() function to work right on my system and
while I get no PHP errors the mail is never sent. Running on a linux
server with PHP3 and I have confirmed that the command line mail
function does work along with a few perl scripts that send mail as well.
Here is the code I am using
<?
mail("[EMAIL PROTECTED]", "testing 1234", "this is a test message");
?>
-thanks
tom
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
- Re: [PHP] Mail() Not working right Tom Culpepper
- Re: [PHP] Mail() Not working right Jason Wong
- Re: [PHP] Mail() Not working right Tom Culpepper
- [PHP] Re: Mail() Not working right Steve Yates
- Re: [PHP] Re: Mail() Not working right Tom Culpepper
- Re: [PHP] Re: Mail() Not working rig... Miguel Gonz�lez Casta�os
- Re: [PHP] Re: Mail() Not working... Chris Hewitt

