• 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

Feature To Post via Email?

 
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 am in positive need of something that does double duty as a web forum and integrated mailing list. Is JForum capable? If not, any ideas?
[originally posted on jforum.net by Trapper]
 
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
In recent versions of jForum there is a pop mail API available for that. AFAIK, the code if fairly stable, but there are no admin screens for it and limited documentation. So, you have to figure it out from the code. There are several thread in the forums about people who have gotten this to work.

See the net.jforum.api.integration.mail.pop package.

The basic methodology is that POPJobStarter sets up a Quartz scheduled job. POPListener is the actual job code. This uses the information in the jforum_mail_integration table to map forums to pop addresses.

There is also some filtering to verify that there is a matching user id for the sender, etc.
[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
monroe: Thanks for the information. I am going to look it over and do some testing. I'll reply again once I determine if this is right for me. I appreciate your input.
[originally posted on jforum.net by Trapper]
 
His brain is the size of a cherry pit! About the size of this ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic