Welcome to my site. Please CLICK HERE to give your opinions regarding this new look of "PCTipsbyAnu". Thanks for visiting.

Friday, December 23, 2011

Browse » Home » , , , , , , » Create fake mail sender.

Create fake mail sender.

Sending fake email or email spoofing is really easy as there are many websites available online for this. You can get hundreds of results by searching in Google. But you can also create your own fake email sender website to send fake emails.

For this, you need to have follwing things
  • A website hosting account with PHP mail support
  • PHP email sending script
You can easily get some free web hosts which support php and mail. But You need to know some php for hosting your own fake mail sender. 
You can create a form to get user input for sender and receiver email addresses and message. 
 
Then use mail() in php to send the mail.
mail($to, $subject, $message, “From: $from”);
But most of use do not know php well. They can download a good fake mail sender script by this link.

After downloading the script, go to your hosting account and upload the script. Now run the script and send fake emails. 

This script records ach messages being sent and stores it in the database. You can easily modify it as your wish.

Thnks
You can leave a response, or trackback from your own site.

About 'Anu': My name is 'Anu' also Known as 'ANU 007 TIGER' .I'm administrator of 'PC Tips by Anu' blog .This blog was opened for sharing contents about hacking n cracking.
Thanks YAHOO OR GMAIL

0 comments:

Post a Comment

 
Back to Top