Bulk insert mail accounts

  • Hi there,


    I want to create a large amount of mail accounts at once, what would be the best way to do it?


    I've tried adding a new entry to the mail_users table with the status 'toadd' but that alone doesn't seem to do the trick. I guess because of the part the 'event engine' is doing in the background.


    Cheers
    Finn

    Edited once, last by galeon ().

  • yes - exactly.


    But you can add all the needed accounts and then go to the debugger and let the request manager run.


    Or you dont' add the last address directly (only all others) and then add the last mail account in the panel... this will also run the request manager and it will do all the open jobs.


    /J

  • Sounds good, thanks.