php mail
php mail
Out of context: Reply #3
- Started
- Last post
- 12 Responses
- ********0
$to =
$subject= "Hello";
$message = "This is a test";
$header="from: James Stone
mail($to,$subject,$message,$head...
$to =
$subject= "Hello";
$message = "This is a test";
$header="from: James Stone
mail($to,$subject,$message,$head...