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