Just enter the address to send email to and then use it (Expires after a given time) http://www.jetable.org/en
Mailinator.com offers a similar service, and you don't even have to register the email at their website first. You can use , then go to the website and check it. Pretty neat!
I'll one-up you both with www.2prong.com visit the site and a disposable email is instantly copied into your clipboard. When you receive an email it will automatically load it up for you.
Haha, nice one, scriptman. I'll have to add it to my list for disposable emails when I'm filling out those pesky paid to signup offers.
hey scriptman.. can you tell me how to setup that script.. i have downloaded that script but no installation notes
Hi, I'm not too sure how to set up his open-source distribution of 2prong, however I did take a look over the source a while ago. I think you will need a dedicated mail server or some such to handle the emails - it appears there is some command line action going on to divert received emails to appropriate locations. With that said I didn't really put much time into comprehending his code. You may be best off contacting him directly if there is a particular aspect of it you don't understand (Or try contacting other people via his blog). Sorry I can't help out more - Some of it was over my head too!
This is great! This will work as a great placeholder for my long dead temp email project. I was working on this type of service in asp.net but only got as far as an ugly webmail site with a great url... I seem to have a few of those storys on me...
One of my favorite sites for this sort of thing is http://trashmail.net/. All of the E-Mails sent to your Trashmail address are forwarded to your real E-Mail address for however long you specify. Plus, it even has its own spam-filter to help keep your real inbox clean.
hey scriptman I had contacted the developer of 2prong script and he checked all and send check the file checkemailv2.php and he said that the code is really old you need to check it. could u plz tell me what is error in this script <?php include 'dbconfig.php'; $email = ''; if(isset($_GET['email'])){ $email = mysql_escape_string($_GET['email']); //Only search back for 4 hours, that should speed things up. //First lets grab a MySQL formatted timestamp - 4 hours, and add it to the query $timeLimit = time() - 14400; $timeLimit = date('YmdHis', $timeLimit); $query = "SELECT emailid, recipient, ts FROM emails WHERE recipient='$email' AND ts>'$timeLimit' ORDER BY ts ASC LIMIT 0, 10"; $result = mysql_query($query); $comma = FALSE; while($row = mysql_fetch_array($result, MYSQL_ASSOC)){ if ($comma) {echo ',';} echo $row['emailid']; $comma = TRUE; } } ?>
Hey Guys I had Created a similar site as 2prong.com was It offers the same service. Plz visit (copy and paste the following address) tittbit.x10.mx Dont Forget to say thnx