Surprise Me!

Send Email via PHP - Urdu / Hindi

2013-12-15 1 Dailymotion

$from = "from@example.com";<br />$to = "to@example.com";<br />$sub = "This is my subject.";<br />$msg = "The simplest way to send an email with PHP is to send a text email.";<br /><br /><br />$headers = 'From: '.$from."\r\n".<br /> <br />'Reply-To: '.$from."\r\n" .<br /> <br />'X-Mailer: PHP/' . phpversion();<br /> <br />mail($to, $sub, $msg, $headers); <br /><br /><br />if(mail){<br /><br />echo "Email Sent to ".$to;<br />}<br />else {<br />Echo "Error";<br />}

Buy Now on CodeCanyon