hi,
i am trying to create forum with members name and email address displayed,but don't want to use the real email address for spamming reasons.Instead,I want to write a script that will create another email address (abcd1000ghij@anysite.com) from (john@goodemail.com)
I also want to be able to
1.keep track of real and fake email,using probably mysql
2.have a time limit on fake email so it will expire on its own
3.any email sent from some other email to fake email will get routed to good email on other end,without disclosing good email.
4.stop receiving any email to good email from fake email(assuming it will get deleted automatically and sender will receive not deliverd message)
I can create 100's of emails from my webhost account,store in db and write script to 'assign' and 'route' manually ..but thought if there is a way to do it automatically,will be greatly appreciated
thanks