How to implement a feature: Post to a forum via email ?
Posted
by pixeline
on Stack Overflow
See other posts from Stack Overflow
or by pixeline
Published on 2010-03-13T17:24:43Z
Indexed on
2010/03/13
17:35 UTC
Read the original article
Hit count: 505
I'm investigating the development of a new forum and found via user feedback that posting to the forum via their email client would be a very useful feature.
I'm wondering: is it possible? Can php check for an inbox folder and turn each email into a forum post? And if so, how to do that in a LAMP environment?
© Stack Overflow or respective owner