ListMailPRO Email Marketing Software Forums
ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: paulzaiter on August 08, 2004, 04:05:23 pm
-
Hi Dean
How do I remove a parge list of email addresses from one of my lists in one go?
Thankyou...Paul
-
Currently this is only possible with a custom command.
Login to ListMail and browse to the following page:
http://site.com/mail/editconf.php?customcmd=1
Enter the command (example for list 1):
delete from lm_users where list = '1'
-
Hi Dean
Can you give me a more step by step way for dummies to do this....as you have probably figured out by now, I am not a computer geek....LOL
-
First, login to your ListMail
Second, edit the URL in the Address Bar of your browser so it looks like this:
http://site.com/mail/editconf.php?customcmd=1
Replace "site.com/mail" with the correct address to your ListMail.
Hit "Enter" and you should be brought to a page with a one line text box and a "Go" button.
Enter the following in the text box if you want to delete all users on list 1. If you want to delete users from another list change the '1' to something else, like '2':
delete from lm_users where list = '1'
Once you've edited the command to point to the list you want, hit "Go". You should see something like "1234 Rows affected". Now you can hit "back" a couple times or re-login to ListMail.
-
Hi Dean
Is this the process I would use say if I want to remove the email addresses of list seven from list ten?
Thankyou...Paul