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("[email protected]", "Just a test", "testing", "From: <!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e -->");
?>
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...
Thanks
<?php
mail("[email protected]", "Just a test", "testing", "From: <!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e -->");
?>
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...
Thanks