The mail() function is too basic. I need true SMTP functionality using email clients.
Do any mail servers interface w/PHP so I could randomly generate an email address on mydomain.com and set up a forwarder?
If I could do that, then when the user posts information and enters his/her real email and chooses to use a 'hide my real email address' option, the script could then create the email account on mydomain.com, add a forwarder to the real email and post the anonymized addy on the page. When people clicked on that link, my mail server would answer, send the email to the real person, and if that person (the recipient) chooses to reply; both parties communicate directly from that point (using their email clients, not my website).
I know of other websites that can do this- craigslist.org is one, gay.com is another.
Please bear in mind that I new to PHP. I am an ASP guy where there are components that can perform this functionality. I did not assume this could be done, I only asked it it was possible. If not, then I suppose using a form is one option...
Anyway, thanks for your reply.