Topic: Post to forum via e-mail
I try to find some mod that posted messages to forum reading email from users and post it into forum
What about it?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → Post to forum via e-mail
I try to find some mod that posted messages to forum reading email from users and post it into forum
What about it?
unless you send an html email w/ a submit button on it, you'll need a specialized smtp server for that.
I think I need some address - *@groups.forum.com
or another method to choose forum as one address groups@forum.com and first line or subject - as forum path
I want to parse e-mail from user and post it in forum
So how would you organize it that a post will be at the right category at the right place and how who who handle the queue so that to makes sense to read a category or is it just something to send post to like a basket ? What will you do with miss addressed posts ?
what smtp server are you going to use to post the reply to the web server? you have authentication to worry about too, besides sending forum and thread, you need to authenticate users who post, so all of that needs to both be sent to the mail recipient and received by your mail server.
you ought to use a mailing list system instead
forum can subscribe users on topic
so if I change this module to have right "reply to" and some another as mail password to public (as hach or md5 of password) in body of letter, may be in first line ?
what smtp server are you going to use to post the reply to the web server? you have authentication to worry about too, besides sending forum and thread, you need to authenticate users who post, so all of that needs to both be sent to the mail recipient and received by your mail server.
I want to use perl script to read forum e-mail
I have stand alone server
I'm interested in knowing how your vanilla smtp server is going to be smart enough to post a message to a web site.
do tell. you seem to have it all figured out.
I'm interested in knowing how your vanilla smtp server is going to be smart enough to post a message to a web site.
The smtp server in question supposed to support standard unix command aliases, as sendmail/postfix does.
Rewriting original question from zerok:
Is there some working solution for forum posts by email (or at least replies to forum by email) or it should be written from scratch?
MadHatter wrote:I'm interested in knowing how your vanilla smtp server is going to be smart enough to post a message to a web site.
The smtp server in question supposed to support standard unix command aliases, as sendmail/postfix does.
Rewriting original question from zerok:
Is there some working solution for forum posts by email (or at least replies to forum by email) or it should be written from scratch?
what does sendmail/postfix command aliases have to do with opening up a socket, formatting the output of an email into http and sending that data to the punbb webserver when an email has been received?
you may have better luck connecting to the database directly and inserting the records there as opposed to interfacing the website UI.
mdounin wrote:MadHatter wrote:I'm interested in knowing how your vanilla smtp server is going to be smart enough to post a message to a web site.
The smtp server in question supposed to support standard unix command aliases, as sendmail/postfix does.
Rewriting original question from zerok:
Is there some working solution for forum posts by email (or at least replies to forum by email) or it should be written from scratch?
what does sendmail/postfix command aliases have to do with opening up a socket, formatting the output of an email into http and sending that data to the punbb webserver when an email has been received?
you may have better luck connecting to the database directly and inserting the records there as opposed to interfacing the website UI.
sendmail postfix open perl script (or php script) and send as pipe a message from user (e-mail message),
php script parse message deside to add it to mysql base in table of posts in forum what it need.
mdounin wrote:Is there some working solution for forum posts by email (or at least replies to forum by email) or it should be written from scratch?
what does sendmail/postfix command aliases have to do with opening up a socket, formatting the output of an email into http and sending that data to the punbb webserver when an email has been received?
you may have better luck connecting to the database directly and inserting the records there as opposed to interfacing the website UI.
Again: the question is now how this should be done (it's obvious). The question is: is it already done by somebody or not?
Mail list bridge? http://www.punres.org/files.php?pid=169
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → Post to forum via e-mail
Powered by PunBB, supported by Informer Technologies, Inc.