Re: Mailing List Feature Implementation in James 3.8.1

Benoit TELLIER <[email protected]> Sun, 7 Apr 2024 09:18:16 +0200
Newsgroups gmane.comp.jakarta.james.user
Message-ID <[email protected]>
Hi,

I confirm "Mailing list" no longer is part of recent James releases.

However James is a very modular server.

It's easy to:
  - Define your storage stucture
  - Webadmin routes to populate them
  - Webadmin routes to trigger mass mail sending
  - Mailets / matcher for working with your lists

Have a look to existing examples: 
https://github.com/apache/james-project/tree/master/examples

Also, might help be needed, I through the LINAGORA company can provide 
consulting and technical assistance on such topics.

Best regards,

Benoit TELLIER

On 04/04/2024 12:46, Gaurav Kanth wrote:
> Hi,
>
> I am working on upgrading an existing James 2.2.0 List server which uses
> mailing list functionality. I am mapping old config.xml file into the
> respective separate config files.
>
> As far as I know, the Mailing list feature was experimental and does
> not exist in later versions of 3.x (
> https://james.apache.org/server/features.html). Please confirm the same.
>
> My functional requirement is to fetch a list of users who are subscribed to
> a list name (from the table "lists") , and send mail to each one of them.
> There would be many list names and their respective subscribers. The mails
> would be sent on the "RecipientIs=*list-name*@*domain" *which would be
> mapped to a repository(list name).
>
> Is there any way this requirement could be achieved?
>
> Regards,
> Gaurav
>