$fromAddr = str_replace(array("\n", "\r"), '', $fromAddr); return mail($toAddr, $subj, $text, "Reply-To: \"$fromName\" <$fromAddr>"); } ?>