hello ..
m using WAMP SERVER and working on php ..
here m trying to send mail using php but m getting error .. here is my code ..
--------------------------------------------------------
email simple.php
----------------
<?php
$to = "
[email protected]";
$subject = "Test mail"...