Sunday 6 November 2011

How to Send Self Destructive E-mail


"Self Destructive Email", (Mail which get deleted automatically after first read).

Yes, i will teach you now "how to send a mail to a person which will get deleted automatically after its first read".

Its magic of php. First of all, we will discuss about creating php script and sending the mail.


Requirements:
  • You must have your own website(But, if not, then create a free one here www.000webhost.com , its FREE!)
  • You must save the file with .php extension.(This script will not work in any other document, like in html, or htm.)

 How to create php file?
  • Open notepad and copy and paste the below code. Replace: Message that you want to show here! with your own custom message.

    <?php echo "Message that you want to show here!"; ?>
  • Now, copy and paste the below code at the last of the document.(You must paste it at last of the document.)

    <?php unlink(__FILE__); ?>
  • Save it with any name you want but with .php extension.(Write name and then add .php and then select all files in the below option and save it.)
  • Now, you have to upload that file to your site or webserver(Anyone, like you can do it with that account you created on 000webhost.)
  • Now, open that file link in the url.
  • You will see the message and now refresh the page, your page is now deleted.! And, you wont be able to see that message again.
  • Just upload the file and send the link to the user, do not open it after upload or it will get deleted by you and all done, when the user will click on link and will read the message, it will get deleted. And the user will not able to read that message again.
Self Destructive Mail Created!
 
Important:

Please note that, DO NOT paste the above php code in your working website php scripts, the code will delete that file where it attached.

We are not responsible if you loose any data by doing these steps. Do it on your own risk.


Self Destructive Email(online)
  1. As the name says, "Self Destructive Email" i.e. those email which get deleted automatically after first read is called self destructive email.
  2. Just visit here: Self Destructive Email, now register and send a self destructive email, it wil get deleted after the first read.
  3. This site gives points so after the end of your point just create a new id, its simple.

Like Us On Facebook..........

No comments:

Comments System