michaelh613 Posted April 2, 2008 Share Posted April 2, 2008 I've inherited a site with some code including an @mail function. I can't find it being created in the code . Is this another way of doing a mail() function http://us.php.net/mail { $msg = str_replace(array("{FIRST_NAME}","{LAST_NAME}","{USERNAME}"), array($first_name,$last_name,$username),$auto_resp[11]); @mail($email_address,$auto_subjects[10],$msg.$auto_resp_sign,"From: [email protected]"); } Link to comment https://forums.phpfreaks.com/topic/99239-solved-anyone-familiar-with-an-mail-function/ Share on other sites More sharing options...
Demonic Posted April 2, 2008 Share Posted April 2, 2008 Heres a helpful link http://gwphp.feudal-times.net/?p=4 Link to comment https://forums.phpfreaks.com/topic/99239-solved-anyone-familiar-with-an-mail-function/#findComment-507761 Share on other sites More sharing options...
michaelh613 Posted April 3, 2008 Author Share Posted April 3, 2008 Thanks I have found my answer @ is used for surpressing error reporting Link to comment https://forums.phpfreaks.com/topic/99239-solved-anyone-familiar-with-an-mail-function/#findComment-508054 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.