PriMoThemes — now s2Member® (official notice)

This is now a very OLD forum system. It's in READ-ONLY mode.
All community interaction now occurs at WP Sharks™. See: new forums @ WP Sharks™

Emailing Specific Roles

s2Member Plugin. A Membership plugin for WordPress®.

Emailing Specific Roles

Postby markelshark » September 1st, 2010, 8:12 pm

Do you know of a way to email all members in specific role? So I could email just free subscribers, or just level2 subscribers with an offer to upgrade to level 3?

Thanks,

Mark
User avatar
markelshark
Registered User
Registered User
 
Posts: 27
Joined: June 18, 2010

Re: Emailing Specific Roles

Postby Jason Caldwell » September 2nd, 2010, 2:41 pm

Hi Mark. Thanks for the excellent question.

Here are a few ideas.

Integrate AWeber or MailChimp into your s2Member installation.
see: s2Member -> API List Servers
There you can configure different lists at different Levels,
so that each Member would automatically go into a specific list during registration.
( maybe not quite what you need though )

Using s2Member Pro ( with Import/Export tools ), you can pull an export file of all Members, which could be filtered down with an application like Open Office or MS Excel. This way you pull out all Level #1 Members and import them into a mailing list service such as AWeber, MailChimp, etc.

Using a custom database query, something like this:
Code: Select all
foreach(get_users_of_blog() as $user){
    $user = new WP_User($user->ID);
    if($user->has_cap("s2member_level1")){
        // send them an email
    }
}
 

@TODO :: internal mailing for s2Member Pro.
~ Jason Caldwell / Lead Developer
& Zeitgeist Movie Advocate: http://www.zeitgeistmovie.com/

Is the s2Member plugin working for you? Please rate s2Member at WordPress.org.
You'll need a WordPress.org account ( comes in handy ). Then rate s2Member here Image
.
User avatar
Jason Caldwell
Lead Developer
Lead Developer
 
Posts: 4045
Joined: May 3, 2010
Location: Georgia / USA

Re: Emailing Specific Roles

Postby schop » September 8th, 2010, 1:28 pm

Sorry for breaking in this subject...

jason, does "@TODO :: internal mailing for s2Member Pro" mean that s2MemberPro does not have the internal e-mailing function yet?

If so, do you have any idea if this will be available soon, and if it will be possible to select certain members on criteria like the value of a certain custom field?
User avatar
schop
Registered User
Registered User
 
Posts: 7
Joined: August 12, 2010

Re: Emailing Specific Roles

Postby Jason Caldwell » September 9th, 2010, 10:51 am

Hi there. Thanks for the great question.

You are correct. s2Member does NOT have this feature built-in yet. MailPress would perhaps be an alternative for now, or one of the solutions that I listed above.

Yes, this feature is coming soon, most likely after work is completed on the improvements to Custom Fields, which we are also VERY close to finishing. Perhaps somewhere around s2Member v3.2.8 ( middle of November - maybe sooner ).

and if it will be possible to select certain members on criteria like the value of a certain custom field
This was NOT on our TODO list, but I'm adding it now.
@TODO :: additional filtering to be added after Custom Field improvements and internal mailing lists.
Thanks for the great suggestion.
~ Jason Caldwell / Lead Developer
& Zeitgeist Movie Advocate: http://www.zeitgeistmovie.com/

Is the s2Member plugin working for you? Please rate s2Member at WordPress.org.
You'll need a WordPress.org account ( comes in handy ). Then rate s2Member here Image
.
User avatar
Jason Caldwell
Lead Developer
Lead Developer
 
Posts: 4045
Joined: May 3, 2010
Location: Georgia / USA

Re: Emailing Specific Roles

Postby schop » September 9th, 2010, 12:13 pm

Awesome Jason, keep up the good work!
User avatar
schop
Registered User
Registered User
 
Posts: 7
Joined: August 12, 2010

Re: Emailing Specific Roles

Postby Jason Caldwell » September 10th, 2010, 1:36 am

Thanks! You're very welcome.
~ Jason Caldwell / Lead Developer
& Zeitgeist Movie Advocate: http://www.zeitgeistmovie.com/

Is the s2Member plugin working for you? Please rate s2Member at WordPress.org.
You'll need a WordPress.org account ( comes in handy ). Then rate s2Member here Image
.
User avatar
Jason Caldwell
Lead Developer
Lead Developer
 
Posts: 4045
Joined: May 3, 2010
Location: Georgia / USA

Re: Emailing Specific Roles

Postby schop » October 1st, 2010, 1:55 pm

Jason, is there any progress on the filtering function for mailing lists and the internal mailing functionality?(even simple integration with an existing WP newsletter plugin would be sufficient here, but I have no clue how easy or difficult that would be).
User avatar
schop
Registered User
Registered User
 
Posts: 7
Joined: August 12, 2010


Return to s2Member Plugin

Who is online

Users browsing this forum: Exabot [Bot], Google [Bot] and 1 guest

cron