hi,
i try to send a mail using php code
<?php
$recipient="
[email protected]";
$subject="ghgf";
$msg="dfsd";
$mailheaders="zczx";
mail($recipient, $subject, $msg, $mailheaders);
?>
but error is here,
please tell me a good solution.
Warning: mail(): SMTP server response: 550 5.7.1 Unable to relay for
[email protected] in c:\inetpub\wwwroot\newexclusive\tmps\email.php on line 6
surendran
(Anything is Possible)