automatic user creation

General eFa discussion
Post Reply
tjfayaz
Posts: 5
Joined: 25 Jan 2024 17:17

automatic user creation

Post 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 :)
tjfayaz
Posts: 5
Joined: 25 Jan 2024 17:17

Re: automatic user creation

Post 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
User avatar
shawniverson
Posts: 3783
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: automatic user creation

Post by shawniverson »

Nice! Are you willing to share your work for others?
tjfayaz
Posts: 5
Joined: 25 Jan 2024 17:17

Re: automatic user creation

Post by tjfayaz »

of course!

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