I need to know if it is possible using php to assign anonymous email addresses to those who post a message on my site that will relay any responses sent to that anonymous address to their real email address. There will be people making posts on my site and want to give them the option of anonymized email addresses to help prevent spamming and other.
Thank you, I would really appreciate some advice.
Assigning anonymous email addresses
The way I would do it is store their real email address and then when anyone clicks the "Email this person" link take them to a form where they fill in apropriate fields (from, to, subject, body etc.) and then this gets submitted to a script which sends the email. Their email address would never be seen by the outside world.
Thank you bubblenut for taking the time to reply. That should work just fine.