Home › Forums › Newsletter Plugin Support › Import large csv
Hi, I need to import 6/700.000 emails, how can i do that ?
Because when i try to import the csv text, appear a white page.
Thanks in advance.
Ika
Probably it’s too much for your database to be done all in once (or it hit the PHP timeout). Split the data in smaller pieces.
Stefano.
Thanks Stefano.