Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
mailfunction detected as spam
#1
Hi all,

so here is the code:
PHP Code:
<?php
                        $to 
$_POST["email"];
                        
$name $_POST["name"];
                        
$subject $_POST["subject"];
                        
$message $_POST["message"];
                        
$from $_POST["from"];
                        
$headers "From: $name <$from>";
                    
mail($to,$subject,$message,$headers);
                    echo 
"<br><center><div class=greenbox>Email sucessfully sent to $to<br><br></div></center>
                        <br><center><div class=redbox>This is only for education purpose.</div></center><br><br>"
;
                        
?>
Parsed in 0.072 seconds, using GeSHi 1.0.8.4 


We all know why this is detected as spam...but is there any way to play it out?
Reply


Messages In This Thread
mailfunction detected as spam - by Herm1t - 11-07-2010, 02:16 PM
RE: mailfunction detected as spam - by Xzotic - 11-07-2010, 07:12 PM
RE: mailfunction detected as spam - by Beautiful - 11-07-2010, 08:04 PM
RE: mailfunction detected as spam - by Herm1t - 11-08-2010, 01:12 AM
RE: mailfunction detected as spam - by C4Vendetta - 11-09-2010, 07:53 AM
RE: mailfunction detected as spam - by Herm1t - 11-09-2010, 08:02 AM
RE: mailfunction detected as spam - by Shock - 11-09-2010, 06:28 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  created a forum, registration mail goes to spam mrlips 4 1,124 06-06-2011, 07:21 AM
Last Post: mrlips
  html form anti-spam andrewjs18 0 732 03-08-2010, 11:15 PM
Last Post: andrewjs18
  This Link Kills SPAM Grizzly 0 741 12-25-2009, 02:11 AM
Last Post: Grizzly

Forum Jump:


Users browsing this thread: 5 Guest(s)