28 Feb
2019
28 Feb
'19
4:43 a.m.
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 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>