On that server, instead of using "test recipients", the company tested emailings by actually scheduling and sending them to a mailing list (which has openemm.mailinglist_tbl.mailinglist_id = '32') including a few people at the company. There are now over 1300 test mailings like this, and I would like to delete them all in order to clean up the list of mailings. Using the online GUI to do this will take weeks since loading the list of mailings after deleting one takes nearly 10 minutes.
I have just been granted access to the OpenEMM MySQL database, and am considering running the following code:
Code: Select all
mysql> delete from mailing_tbl where mailinglist_id='32';