send email to feu members[SOLVED]

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
olumide
Forum Members
Forum Members
Posts: 108
Joined: Mon Mar 21, 2011 10:26 am

send email to feu members[SOLVED]

Post 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
Last edited by olumide on Thu Aug 11, 2011 12:19 pm, edited 1 time in total.
Coldman
Power Poster
Power Poster
Posts: 318
Joined: Sun Jun 22, 2008 5:33 am

Re: send email to feu members

Post by Coldman »

The "property" you are talking about is it something that the FrontEndUsers checks when they register themselfs?
Important Code of Conduct
Why don't use CMSMS Docs or search?
Do you read Help?
Admin for Swedish Translations Team
Moderator Swedish Forum
After your problem is solved, push the green button
olumide
Forum Members
Forum Members
Posts: 108
Joined: Mon Mar 21, 2011 10:26 am

Re: send email to feu members

Post 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
Coldman
Power Poster
Power Poster
Posts: 318
Joined: Sun Jun 22, 2008 5:33 am

Re: send email to feu members

Post 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
Important Code of Conduct
Why don't use CMSMS Docs or search?
Do you read Help?
Admin for Swedish Translations Team
Moderator Swedish Forum
After your problem is solved, push the green button
olumide
Forum Members
Forum Members
Posts: 108
Joined: Mon Mar 21, 2011 10:26 am

Re: send email to feu members

Post by olumide »

Thanks alot that did help you might have just save my becon there!
Post Reply

Return to “Modules/Add-Ons”