Viewing 14 replies - 1 through 14 (of 14 total)
  • I’m having the same issue – narrowed down to plugin not working. I used a staging set up.
    With no plugins WP sends the generic email. With SBWEE activated, no email is sent.
    Hope this helps.

    Nevermind – it is working with the straight WordPress add new user function but not with GravityForms new user registration like it used to.

    Hey,

    This may help someone, the plugin does not work for me either.

    Am using v4.6 with WP 4.3.1

    We’ve had to hack the plugin, hopefullly it will be fixed in future releases.

    Just find this function:
    wp_new_user_notification

    Comment out:
    if ($notify && $notify != 'admin') { //needs to be like this for backwards compatibility

    and change it to

    `/*** TEMP HACK ***/
    if ($notify != ‘admin’) {

    Reason is because in many cases WP does not even pass a 3rd parameter to wp_new_user_notification so the if statement fails

    Correction, only use the above hack for versions prior to 4.3! 4.3.1 is not required and the plugin should work fine.

    I’m using v4.6 with WP 4.3.1 and the plugin doesn’t work for new users.
    Password reset and test mail from the panel are no problem.

    I tried the hack but it didn’t work either.

    I’d jump into the plugin code just after the wp_new_user_notification is declared, echo out the parameters and then do an exit.

    Just to confirm it’s being called and that parameters are being passed as expected.

    When I had issues initially I found $notify was not receiving any values so it was not working for me until I upgraded WP.

    It has been working for the past few months with no problem. I’m assuming a recent WP update has caused an issue. Anyone else can identify the same?

    EDIT: Ignore. My WP installation was set to ignore updates.

    I am also using v4.3.1 and new users still don’t receive welcome emails

    It works for me without the hack or anything. My mails were marked as spam and i didn’t check my spamfolder. Duh!

    Hey jayohare did you find a solution to your problem? I’m having the same thing: doesn’t currently work with Gravity Forms registration even though it did for over a year. Would love to know if anyone found a way around this…?

    I’m also having problems.

    WordPress 4.3.1
    Plugin: 4.6

    The welcome email is not being send, and when using the request password option, I get an e-mail displaying [reset_pass_url] instead of the actual URL.

    @lucaslem I haven’t found a solution yet ??

    any update? I have the same problem.

    I just created 50+ new members. Tired with myself first and it worked, even using different emails, POP, yahoo. gmail etc..

    Some members did get the welcome message but not all of them…

    Did anyone get the same issue ?

    Thank you in advance for any useful answers

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘New user don't receive my welcome email’ is closed to new replies.