Author Topic: re-opt in to a subscriber list  (Read 1641 times)

susan1

  • Posts: 10
    • View Profile
re-opt in to a subscriber list
« on: March 22, 2007, 01:00:55 pm »
What is the best way to take a list of active subscribers and have then reopt in to the list?  Is there a way to set them as unconfirmed so I can have them reopt in?  

Thanks for your help!

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
re-opt in to a subscriber list
« Reply #1 on: March 23, 2007, 12:53:20 am »
Currently this is only possible with a custom query through a tool like PhpMyAdmin (example for list 1).
Code: [Select]
update lm_users set cnf = '0' where list = '1' and cnf = '1';
After that you would set up a User Selection to send to all Unconfirmed users, and manually send a confirmation email that includes a "Confirm Link" message code, ie !confirm.

Regards
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting