[EMAIL PROTECTED] wrote:

have you debugged your php code to confirm that a recipient is really getting put on the message? e.g., print out the "to:" line, or better yet, hard-code a recipient in the code. based on what you find, you'll have a better sense as to whether the issue is on the mta side or your php (and i assume database) code side.

the only change I made was move the code from a suse 9.0 machine to an
suse 9.1 machine at a different location.  The code I am uisng to test
is very simple

<?php
$message =  "This is a Test Message ";
mail('[EMAIL PROTECTED]', "test message", $message);
?>



--
Chris W

Bring Back the HP 15C
http://hp15c.org

Not getting the gifts you want?  The Wish Zone can help.
http://thewishzone.com

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



Reply via email to