I am using mail function in my program. It is telling this error
PHP Warning: mail() [<a href='function.mail'>function.mail</a>]: SMTP server response: 550-Message rejected because (god-PC) [122.164.105.188]:50485 is blacklisted at
550 rbl.davetha.com see Blocked - see http://psbl.surriel.com/listing?ip=122.164.105.188 in
Program is:"
<?php
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
$headers .= 'From: suresh981@yahoo.com';
//mail(to,subject,message,headers)
mail('suresh981@gmail.com', 'Nothing', 'HI',$headers);
?>
" program name is surmail.php error on line 6
You might say that get into the site and remove the spam filter I had done that also by
getting into the below site.
http://psbl.surriel.com/listing?ip=122.164.105.188
Important is that I am sending it from Windows Server.
Regards,
R. Suresh
Help me out in this error
Moderator: General Moderators