Page 1 of 1

import recipients

Posted: Fri May 04, 2012 10:26 pm
by andreaG
The company that I work for is testing some mass mailing softwares because we need to use one of them permanently. We found this software and it’s great but we have one small problem. Right now we are loading a list of mailing addresses from many data bases, so that’s why we can’t use csv files. We tried with the webservices but they’re not working for us.
Is there any other way to load the mailing lists without the intervention of the system’s user?

Re: import recipients

Posted: Sat May 05, 2012 7:40 pm
by maschoff
Sure, you can import directly into MySQL. The OpenEMM database schema documentation is available at SourceForge.

Re: import recipients

Posted: Mon May 07, 2012 12:45 pm
by andreaG
oh! thanks!
;)