• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Does JForum support mailing list integration?

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm comparing various forum software packages. The one I like the best is Jive Forums, but only because they allow 2-way mailing list integration, as well as the ability to import an existing mailing list archive.

Does JForum support something similar?

Thanks,

Matt
[originally posted on jforum.net by mraible]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No, it doesn't. This is an old requirement from some users, but there is no built in feature for that.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Kind of.. but it takes some tweaking to get it to work.

There is pop mail box integration package that can be set up to read mail from a pop mail box and convert them into postings on a forum. This runs as a Quartz job (jForum includes the Quartz job scheduler for various tasks).

There is no admin interface for this, but it's not too hard to set up manually. Just have to enter a few records in the database to tell it which forum maps to which mail box (e.g. server, id, password, etc).

On the outgoing side, there is a way to set up jForum to allow new topics/replies to be e-mailed to a specific users (e.g. your mailing list).

I think there is some tweaking that might need to be done here and there, depending on your mailing list software, to prevent e-mail looping. There are some postings here from folks doing this.
[originally posted on jforum.net by monroe]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As monroe said, there is in fact some sort of implementation, but it was never finished, so that's why I said before that JForum does not support it.

Rafael

[originally posted on jforum.net by Rafael Steil]
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am just curious. Is mailing list integration now possible? Would it be possible to add this as a feature request somewhere?

It would be great if someone/group had made this possible on their jforum site, and, documented the steps on how they went about doing this. A feature like this would be a great asset for groups/projects where the use of mailing lists were essential.

Cheers,

Marc Paré
 
Sasparilla and fresh horses for all my men! You will see to it, won't you tiny ad?
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic