Community Support Forums — WordPress® ( Users Helping Users ) — 2011-08-15T14:21:26-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=14430 2011-08-15T14:21:26-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14430&p=31549#p31549 <![CDATA[Re: Critical: No admin or new user emails!]]> viewtopic.php?f=4&t=14211&p=31548#p31548

Statistics: Posted by Cristián Lávaque — August 15th, 2011, 2:21 pm


]]>
2011-08-13T14:22:02-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14430&p=30682#p30682 <![CDATA[Re: Critical: No admin or new user emails!]]> It does let the notification(s) to 3rd party. IE my Mailchimp addon functions correctly now. However, the generic email from Wordpress or s2member does not go out to the new registrant, nor does an email that comes to the admin. Maybe I will pass the user through Mailchimp I guess. But it still doesn't help with the admin emails.
Sorry

Statistics: Posted by glbrent — August 13th, 2011, 2:22 pm


]]>
2011-08-12T21:58:34-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14430&p=30647#p30647 <![CDATA[Re: Critical: No admin or new user emails!]]> viewtopic.php?f=4&t=14211&p=30620#p29918

I hope that helps.

Statistics: Posted by Cristián Lávaque — August 12th, 2011, 9:58 pm


]]>
2011-08-12T21:00:15-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14430&p=30632#p30632 <![CDATA[Re: Critical: No admin or new user emails!]]>

Statistics: Posted by Bruce C — August 12th, 2011, 9:00 pm


]]>
2011-08-12T19:58:56-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14430&p=30626#p30626 <![CDATA[Re: Critical: No admin or new user emails!]]>
Code:
<?php
add_action('ws_plugin__s2member_during_configure_user_registration_front_side', 's2_auto_login_after_registration');
function s2_auto_login_after_registration($vars = array()) {
    wp_set_auth_cookie($vars['user_id'], false, is_ssl());
    wp_redirect(S2MEMBER_LOGIN_WELCOME_PAGE_URL . '?first');
    exit;
}
?>

on how to make the emails work before it automatically logs in. wish I knew php right now. Maybe it can do a quick " thank you page, we are redirecting you to the members area" type of deal. So it can hit the function neccessary to send out the emails.

Statistics: Posted by glbrent — August 12th, 2011, 7:58 pm


]]>
2011-08-12T19:05:33-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14430&p=30624#p30624 <![CDATA[Re: Critical: No admin or new user emails!]]> Statistics: Posted by Bruce C — August 12th, 2011, 7:05 pm


]]>
2011-08-12T18:38:44-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14430&p=30622#p30622 <![CDATA[Critical: No admin or new user emails!]]> I am not receiving any new user emails from my s2member. They were working in the past but then they stopped. I don't know if having the 'Auto login" hack is causing this at all. But now I'm getting subscriptions and paypal is sending me stuff. It looks like I have about 80 people on my new user "free registration" and not one email. I'm just not sure what's going on. I think I had an login pluggin widget having a conflict with s2member so I removed and deleted the other widget.

I the email notifications set to custom and they send out a login/password and some other stuff.
Admin email set to support@apazones.com

I have the latest patch from last night.

This was working at one point, but... I have no idea now.

Statistics: Posted by glbrent — August 12th, 2011, 6:38 pm


]]>