Feature #498
closedCreate ability to respond to forum posts by email
0%
Description
We've had a user request the ability to respond to forum posts by email. Is this possible? How much development time do you think it would take to implement, and what issues (regarding passwords, logins, etc.) could affect our ability to implement this?
Related issues
Updated by Boone Gorges almost 14 years ago
- Status changed from Assigned to Duplicate
Anything is possible.
This one is hard. Would need to find a pre-made solution for parsing incoming emails, which can be quite complex. The BP part would not be very hard.
Updated by Ron Rennick almost 14 years ago
The way post by email works is you set the from email address in the blog/site settings and only email from that address can post. That method wouldn't work here. In addition to the parsing, you would need a key hashing and recognition system (similar to activation keys) to attach replies to the correct user, thread & post.
Updated by Ron Rennick almost 14 years ago
I don't think the post by email core plugin had much traction. The codex page says it needs updating, but that may be because some filters and constants were added in 3.0.