I am developing a PHP website where it is possible to make wall posts / comments.
At this point, I already use PHP mail() to send a email to a person when something is posted on their wall.
Here is my question now: I would like to know how is it that Facebook does to be able to reply directly to email and make it appears as comment on the site, without need to login or anything - just a normal e-mail reply.
- Is this possible to acomplish with PHP?
- How is it possible to generate a dynamic reply-to header with the id and so, and then retrieve it automatically and post a comment with it...?
I have searched around Google but could not find to much about this...
Any help or starting point would be appreciated.
Thank you.