ListMailPRO Email Marketing Software Forums

ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: chris6 on January 11, 2006, 01:46:30 pm

Title: sending emails to part of the list
Post by: chris6 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
Title: sending emails to part of the list
Post by: DW 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
Title: please could you explain how
Post by: chris6 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?
Title: sending emails to part of the list
Post by: chris6 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
Title: sending emails to part of the list
Post by: DW 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