try to connect with telnet to the smtp server of your host and try to manual send a mail with commandline
***First of all i would like to make it clear that i did not script this code myself but got it off another site.
Lately i have been trying to get a working PHP Anonymous Emailer-Mail Bomber to send emails on my website since the one posted in this thread... http://www.mmowned.com/forums/wow-sc...-you-1one.html has been taken down.
Now I uploaded the script below to my webpage as a php, and tryed to use it but for some reason the emails that I sent never got delivered. I know that my host supports php and allows the sending of emails.
Furthermore, the reason i want to get this anonymous emailer up is so that i can use the scam that is posted above, which had the greatest success rate for me since it having the reply-to feature.
Im not sure, but it may be possible that some email services have blocked emails like the ones sent by the emailer including Gmail and Hotmail (the ones ive tested).
Script in php>>>
Recipient Details Recipient Email: Subject: Message: Number Of Messages To SendCode:PHP Anonymous Emailer/Mail Bomber \n"; $header .= "Reply-To:$email_return\n"; $message2 = stripcslashes($message); for($x=1;$x<$messages+1;$x++){ mail($target,$subject,$message2,$header); } ?>
try to connect with telnet to the smtp server of your host and try to manual send a mail with commandline
its also possible that somewhere along the line one of the mail servers tries to validate where it came from, fails and dumps the email, i've seen it happen a lot when trying to sent to hotmail addresses
hmm, didnt work for me, ill look into it. I try and copy paste but its not working xD
hmm, didnt work for me, ill look into it. I try and copy paste but its not working xD
Didn't work here either.