Page 1 of 1

automatic user creation

Posted: 25 Jan 2024 17:28
by tjfayaz
Hello everyone, before I embark on making this do auto user creation has anyone done this before? Or maybe it can already do it and I am missing something?

I am about to move a few domains with over 3000 email accounts. Our old system makes new users automatically when emails are received and sends activation emails out to each newly identified email and generated logins for users. We need to make this happen on eFa :)

Re: automatic user creation

Posted: 26 Jan 2024 18:11
by tjfayaz
ok I managed to do this myself

just made a php cron which checks the last 50 inbound emails every x amount of time and then creates the user accounts and emails out the access details

also does a few checks to try to make sure the users are valid and also throttled on the outbounds in case of mass creation

Re: automatic user creation

Posted: 27 Jan 2024 14:11
by shawniverson
Nice! Are you willing to share your work for others?

Re: automatic user creation

Posted: 27 Jan 2024 14:48
by tjfayaz
of course!

Next week I will put up a blog article and link it here for the code for you :)