I just discovered that I can view my LISTS as well as STATISTICS by entering http://<script_path_here>/lm/lm.php in my browser.
When I send TEST emails via Test Mode, the delivery is assigned a delivery number and is logged in. So I can see this in the Statistics Listing when I click STATISTICS after entering http://<script_path_here>/lm/lm.php in my browser.
Then I see icons beside each name in order to view the statistics or DELETE that entry. I want to use this to tidy up that listing by deleting everything I used for testing (therefore has 0 statistics).
My question is:
I can see that for deleting the URL used is
http://<script_path_here>/lm/lm.php?cmd=admin&action=removedelivery&delivery=8645&conf=no
where 8645 is the delivery to be deleted. If I want to delete MULTIPLE entries what URL should I use?
I tried
http://<script_path_here>/lm/lm.php?cmd=admin&action=removedelivery&delivery=8645;8646&conf=no
but it did not work.
What is the proper syntax for this?
When I send TEST emails via Test Mode, the delivery is assigned a delivery number and is logged in. So I can see this in the Statistics Listing when I click STATISTICS after entering http://<script_path_here>/lm/lm.php in my browser.
Then I see icons beside each name in order to view the statistics or DELETE that entry. I want to use this to tidy up that listing by deleting everything I used for testing (therefore has 0 statistics).
My question is:
I can see that for deleting the URL used is
http://<script_path_here>/lm/lm.php?cmd=admin&action=removedelivery&delivery=8645&conf=no
where 8645 is the delivery to be deleted. If I want to delete MULTIPLE entries what URL should I use?
I tried
http://<script_path_here>/lm/lm.php?cmd=admin&action=removedelivery&delivery=8645;8646&conf=no
but it did not work.
What is the proper syntax for this?