why is php mail script not sending mail

feellldaxz

New Member
\[code\]<?php $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";mail("[email protected]", "hello", "nothing",$headers);echo "mail sent";?>\[/code\]but it does not actually send the mail please help me out with this
 
Back
Top