|
Posted by KK on 05/16/07 06:37
<?php
$to="iddkarthis@gmail.com";
$from="kk";
$sub="hi";
$mess="any one help";
error_reporting(E_ERROR | E_WARNING | E_PARSE);
mail($to, $sub, $mess, $from);
?>
this my email script but i got error "server failed" at line 7
Navigation:
[Reply to this message]
|