sorry to disturb you, but I've made this code, It was longer but I made it to this because this is the part that won't send the right stuff
<?php
mail('mitchg345@yahoo.com', "Welcome!", "Welcome", "FROM: Mitch");
echo "Good";
?>
The From just keeps saying it's from "Nobody" but the "Welcome!" part works, but after that doesn't work. Please help!