This is a discussion on Anyone know how to create on the fly e-mail addresses like craigslist do? within the Coding Help forums, part of the Webmaster Help category; Hello, If you look at some craigslist posts like this - http://sfbay.craigslist.org/sfc/mis/349476796.html - you will see they use a some-random-number@craigslist.org ...
| |||||||
| Register | Forum Rules | FAQ | Donate | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, If you look at some craigslist posts like this - http://sfbay.craigslist.org/sfc/mis/349476796.html - you will see they use a some-random-number@craigslist.org e-mail address for replies. Basically when someone posts something, they input their e-mail address, and then an anonymous craigslist e-mail address is created which is linked to the real e-mail address. Anyone know how to do this? Thank you |
| |||||
| you could append your .redirect in UNIX with something like Quote:
__________________ my sites : irish poker / irish jobs / seo faq / advertise jobs free / green card / skiing |
| |||||
| Your best bet is to use an MTA like Postfix which can get its email details out of a mysql database. If someone new signs up, create a database entry with the random username and the email it is to be forwarded to, and postfix will take immediate note. I have implemented something similar before. Niall. |