Page 1 of 1

send email to feu members[SOLVED]

Posted: Wed Aug 10, 2011 8:47 pm
by olumide
Am trying to create a list that will allow system administrator to list all feu member that belongs to a particular feu property and send a bulk email to all feu members in that feu property. The property filed would be a checkbox.
Please any help would be appreciated, please need to complete this by friday. Thanks

Re: send email to feu members

Posted: Wed Aug 10, 2011 10:31 pm
by Coldman
The "property" you are talking about is it something that the FrontEndUsers checks when they register themselfs?

Re: send email to feu members

Posted: Thu Aug 11, 2011 12:44 am
by olumide
yes it is, there are a few of them the idea is to be able to send email members of a property they have ticked

Re: send email to feu members

Posted: Thu Aug 11, 2011 1:10 am
by Coldman
Ok!
Then I got a tip for you and that is this thread http://forum.cmsmadesimple.org/viewtopi ... =4&t=34004 in which Ted shows how you can put FEU's via Selfreg to NMS(Newsletter made simple module)

If you have several checkboxes you'll need to rewrite the if part.

Code: Select all

//Did they click the checkbox?
if ($feu->GetUserPropertyFull('mailing_list', $params['id']))
Gl!

/Coldman

Re: send email to feu members

Posted: Thu Aug 11, 2011 12:19 pm
by olumide
Thanks alot that did help you might have just save my becon there!