On Tuesday 24 May 2005 9:06 am, Martin �stlund wrote: > Hello. > > One of my customers wish to send an email to all his customers > in his webshop, for that I was thinking to create a mailinglist. > > Today he has all the emails in a mysql table, is there any way > to import all those mailadresses from his table to the mailinglist I > created for him in qmailadmin, instead of clicking "Add Subscriber" in > Qmailadmin manually? Afaik the subscribers arent stored in the vpopmail > mysql, they're stored in ~vpopmail/domains/domain.tld/listname/subscribers
qmailadmin only allows one at a time. But you could write a simple script to call ezmlm-sub with the email address. and run it from the command line. The command line would be like: /usr/local/bin/ezmlm-sub /path/to/mailinglist/directory emailaddress Ken Jones
