Importing members into mailing list or group on webadmin

Is there an import members for mailing list and groups or do I have to add each member individually on the Webadmin interface ?

I am migrating from an old Windows server running mailtraq which is extinct and will no longer install on a windows 2022 new server.

It will take long to add each member manually, pls help

Hello,

You may automate via CLI (for example via run-cli.py) and use the add user command:

ADD User [email] <email> name <name> - adds an user to the list

or use an already created script (mlist-add-addresses.py from here)

HTH,
Ioan