ListMailPRO Email Marketing Software Forums
ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: chris6 on November 30, 2004, 05:08:37 am
-
I have subscribers with a follow up sequence and I have since removed the follow up and want to change 500 subscribers to a new follow up number. How do I bulk change these subscribers to the new follow up? Reset didn't work.
-
You will need to run a custom MySQL command from a program like PhpMyAdmin (usually available in your control panel).
The command to set all users on list 5 to followup sequence 1, delay 0, would be:
update lm_users set cseq = '1' , cdel = '0' where list = '5'
The next update should feature a way for you to do this from within ListMail.