Sync email account on server to create users with it

Greetings,

I have around 40 emails on my server I want to Sync the email accounts as users and open the email inside each user, is there a way to do it instead of working manully creating each user and setup the email for them?

thank you

You can use the command line tool to setup accounts. Checkout the following command:

./occ mail:account:create --help

With the following command all other related commands are shown:

./occ mail:

thank you for reply

so there is not a built-in tool from dashbaord to import the accounts?

Not that I’m aware of.