Bulk email setup

Discussion in 'General' started by marcusone, Mar 25, 2014.

  1. marcusone

    marcusone New Member

    I've found a few references to people trying to setup multiple email accounts quickly on ISPConfig 3, but none had any kind of solution.

    Is this possible without custom coding a SOAP client/script? Anyone have a working script that I can use?

    Thanks,
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    I've written a simple importer some time ago that adds email accounts from a csv file, but havent tested it with latest ispconfig. install it with install.sh script, you can find the tool then in the ispconfig tools menu.
     

    Attached Files:

    Dan Trautman likes this.
  3. marcusone

    marcusone New Member

    awsome; i'll give this a try.

    why isn't something like this part of the core?
     
  4. marcusone

    marcusone New Member

    Thanks, works perfectly in 3.0.5.3!
    Although its a ';' delimited file that is needed :p :)
    Nothing some regex replacement couldn't handle.

    This should really be part of the core offering!
     
  5. diablo666

    diablo666 Active Member HowtoForge Supporter

    Someone tried on 3.0.5.4p1 ?
     
  6. diablo666

    diablo666 Active Member HowtoForge Supporter

    Hi there i've used to bulk create emails in ispconfig 3.0.5.4p1.

    It seems to work ok, but the cvs should be something like this

    Name;Name;Email;Password;Quota
    John Doe;John Doe;[email protected];12345;28
    Jane Doe;Jane Doe;[email protected];12345;6

    The double Name do the trick, if you onle put one time wont work.

    Obviously should be fixed and work better ;)
     

Share This Page