On Wed, Feb 27, 2019, at 8:43 PM, chucka@blackforest-co.com wrote:
I like the controls that MM uses. What I have and need: a member database [name, address, email, date dues paid, etc]. So I can do this 2 ways: 1) select name, email from members where xyz > file. Login to MM empty member list - which is kind of painful then load file and send the email. Then repeat for NOT xyz
You could use the API to create mailing lists on-demand with the list of members, which you can get by executing SQL queries in whatever way you want. Then you can send the emails and re-create the mailing lists everytime your list of members change (monthly?).
or 2) roll my own php script where I select from and if (xyz) Aemail else Bemail
Problem with #2 is I lose the discussion part. <sigh>
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
-- thanks, Abhilash Raj (maxking)