Hi,
I have a text file (file1.txt) with over 20k emails
I know many of you will say just import via tools yeah I know I did it many times but I'm thinking about do it in a different way like this:
I want to convert file1.txt to file2.sql file then execute ssh command line below inside a shell script
mysql -uroot -p$sqlpass mailwizz < /folder1/file2.sql
is this possible? any idea ? please help
PS: in my mailwizz there is already a blacklisted emails
Thank you
I have a text file (file1.txt) with over 20k emails
I know many of you will say just import via tools yeah I know I did it many times but I'm thinking about do it in a different way like this:
I want to convert file1.txt to file2.sql file then execute ssh command line below inside a shell script
mysql -uroot -p$sqlpass mailwizz < /folder1/file2.sql
is this possible? any idea ? please help
PS: in my mailwizz there is already a blacklisted emails
Thank you