Warning: mail() [function.mail]: Failed to connect to mailserver at "192.168.0. 254" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\wamp\www\sel ection\Untitled-6.php on line 16
Mail Sent.
Mail Sent.
$from ="<!--EMAIL ADDRESS-->"; $headers = "From:" .$from. "\r\n"; $headers .= "MIME-Version: 1.0\r\n"; $headers .= "Content-Type: text/html; charset=ISO-8859-1\r\n"; mail($to,$subject,$txt,$headers); //$txt will contain the text want to sent in html format.
Comment