/
var
/
www
/
html
/
dreamamerica
/
livedreamamerica
/
Upload File
HOME
<?php ini_set('display_errors', 1); error_reporting(E_ALL); $to = "ali.raza@techloyce.com"; $subject = "My subject"; $txt = "Hello world!"; $headers = "From: noman.techloyce@gmail.com" . "\r\n" . "CC: somebodyelse@example.com"; $res=mail($to,$subject,$txt,$headers); ?>