Author Topic: changing the email that subscribers are set in the follow up  (Read 1653 times)

chris6

  • Posts: 93
    • View Profile
changing the email that subscribers are set in the follow up
« 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.

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
changing the email that subscribers are set in the follow up
« Reply #1 on: November 30, 2004, 08:02:52 am »
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.
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting