Here is the scenario. Users of my web site can search for other users who live in the same vicinity. Match results display links which transfer match data to a send message page. The send msg page queries a mySQL database for the real email address of the matched user and substitutes it into the original email.
Is there a simple script to auto forward the original message to the real email address of the matched forum user without any human intervention.
If the site I'm starting gets busy I don't want to be tied up forwarding emails manually. I am totally new at this and don't know the necessary steps or components to accomplish this. I do know some javascript, php, asp etc. Thanks for your advice.