BenWilson wrote:Is there a way in PunBB to email posts to the forum?
No, and it is not possible to do it only with a mod
BenWilson wrote:This would allow some members to read and respond without visiting the forum.
But what is the point to post without seeing the forum? Sounds like shooting in the dark to me.
BenWilson wrote:As I understand, this is possible in that other BB.
Oh, that one.
I'm not so sure.
I'll tell you what you'd have to do on a *NIX system
1. Write a script that would parse an incoming email for the address, a username/password pair, the text and the forum ID where to put that text in.
Then connect to the database, check the User ID and permissions, then stuff everything to the appropriate place.(ie the right tables in the database)
2. Set up an alias for sendmail/postfix for a specific mail user that will pipe all incoming mails to the above mentioned script
3. Set up a virtual user in sendmail/postfix connected to the alias in 2.
4. Hope that everything works fine.
Short version:
No, I don't think it can be dome easily.