Author Topic: sending emails to part of the list  (Read 1727 times)

chris6

  • Posts: 93
    • View Profile
sending emails to part of the list
« on: January 11, 2006, 01:46:30 pm »
is it possible to send an outgoing email to part of the list.

ie to send an email to people on follow ups 2-10 and not at 1?

Gail
CardellMedia

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
sending emails to part of the list
« Reply #1 on: January 11, 2006, 05:19:01 pm »
Yes, this should be possible with the "User Selection" feature.

http://listmailpro.com/help/selection.html

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

chris6

  • Posts: 93
    • View Profile
please could you explain how
« Reply #2 on: January 12, 2006, 12:57:14 am »
if I want to send an email to everyone at follow ups 3 through to 20 please could you explain how with user selection?

chris6

  • Posts: 93
    • View Profile
sending emails to part of the list
« Reply #3 on: January 12, 2006, 01:27:48 am »
SELECT * FROM lm_users WHERE ((list = '1' and cnf = '1' AND cseq = '10') OR ((list = '1' and cnf = '1' AND cseq = '11') OR (list = '1' and cnf = '1' AND cseq = '12')));

4902 users matched


would this above code be correct if I wanted to send to people on list 1 follow ups 10, 11 and 12?

Thanks
Gail

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
sending emails to part of the list
« Reply #4 on: January 12, 2006, 04:58:42 pm »
Since ListMailPRO stores the Seq # of the next followup to send, the code would be correct if you want to send to people on list 1 who have received follow ups 9, 10, and 11 and will receive follow ups 10, 11 and 12 next.

From the looks of the brackets it appears you may have set up your User Selection rules in sub-levels.

You can add all rules on the same level. ie:

NOT:

Active List 1 Seq 10
 + OR Seq 11
 - + OR Seq 12

BUT:

Active List 1 Seq 10
OR Seq 11
OR Seq 12

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