Importing from mySql only fills in first recipient then hang

davidcoate

New Member
Using mySql 5.0 and MBM 5.0

This query works and returns 700+ rows in mySql query editor.

SELECT `FirstName`, `LastName`, `Email1`
FROM `NowExport`
WHERE `Category` = "Clients"

When ran from MBM, it displays progress bar and never finishes.
If i cancel import, import sheet slides away but progress bar remains, only first row has been imported to recipient list. I have to quit MBM to get rid
of progress bar.

Any suggestions?
 

stanbusk

Administrator
Staff member
You have to use current MaxBulk Mailer v5.0.3. It fixes a problem with mySQL imports. It is available here
 
Top