Post: How to send an email from a fake address
09-24-2009, 12:53 AM #1
Zero Thunder
Climbing up the ladder
(adsbygoogle = window.adsbygoogle || []).push({}); There are many ways to send fake email. Some are much easier than others. Others require php scripts that you need to upload to your web hosting site. Some websites that allow you to send fake emails are the following:

(Note- These sites are extremely easy to use)

You must login or register to view this content.
You must login or register to view this content.
You must login or register to view this content.
You must login or register to view this content.

Also, people have posted some php scripts in the comments below. All you need to do is save the code as .php and upload it to your web hosting domain.

    <?php
$number_of_mails_to_send = 3;
$adress_of_the_victim = "[email protected]";
$subject = "Hello!";
$message = "Type your message here!";
$your_fake_adress = "[email protected]";
$smtp_server = "smtp.xxx.com"; //Enter a valid smtp server

/*do not touch after that*/
ini_set("sendmail_from",$your_fake_adress);
ini_set("SMTP",$smtp_server);

for ($mail=0;$mail<$number_of_mails_to_send;$mail++)
mail($adress_of_the_victim,$subject,$message,$your_fake_adress);

?>



Hope this has helped you guys out.

I KNOW ****ING DIRTY POSTED THIS, THIS ONE IS JUST DIFFERENT -.-
09-24-2009, 01:48 PM #2
haha go ape shit on everyone at the bottom lol

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo