Click to See Complete Forum and Search --> : Problem with php5 from mac os x


gfmileo
10-14-2005, 10:13 AM
Hi, i upgraded to php5 and now i can't receive e-mails thru my e-mail form and I'm just doing

<?php



mail("myemail@test.com", "Just a test", "testing", "From: test@test.com");



?>

that is with real e-mails...




I had 4.1 before and I upgraded to 5.0 theres any change that makes this occur, i mean theres anything like register_globals, or magic_quotes that you should change after the installation to get e-mails from any e-mail form???... If theres anybody interested to help me... :D

Thanks