Viewing 14 replies - 1 through 14 (of 14 total)
  • Compatible up to: 3.5.2

    author not updated ??

    Line 354 on version 3.9 is what’s not letting the user email be sent! Well that and the fact that $plaintext_pass is empty but why is it empty??

    354: if (!empty($plaintext_pass))

    If you change the if statement to also allow your custom email to be sent even if $plaintext_pass is empty the user notification WILL send.

    I did it like this:

    354: if (!empty($plaintext_pass) || empty($plaintext_pass))

    This won’t be able to include the password in the email because password is empty. Can somebody figure out why it’s continually empty now?

    I just tried it with 3.9.1 and it (mostly) worked.
    No problem with the password.
    However, the “From Name” setting was not being applied.

    Right now, my WP v3.9.1 users are not receiving their new user welcome email which should include username and generated password.

    Is there a fix or workaround?

    Same, users are not receiving email anymore.
    Any idea ?

    The same here. It doesn’t work.
    Test emails work but when real new user registration is performed it sends out generic wordpress new user registration email.

    This isn’t working for me either. I removed the Login URL from the new user registration email, but it’s still appearing in both the test and real emails.

    This works perfectly for me, but only after deactivating the Find and Replace plugin. I didn’t want to go through the usual process of deactivating plugins to see if there was a conflict, but I really needed this plugin to work. It’s working great now for both user and admin emails, so I will look for something else to do find and replace duties.

    I regret saying that this plugin worked “perfectly” since I just discovered it is not rewriting the password reset email even when I deactivate all other plugins.

    same issue here. any progress?

    Hello,
    Still not working…since 3 months and more…
    Do have any news for us please ??

    oldmankit

    (@oldmankit)

    What a shame this plugin doesn’t work any more. It looked like such a nice little plugin.

    Ikkes

    (@ikkes)

    Unfortunantly no solution ??

    For those who are willing to tinker around with code, this post was helpful for me

    https://wordpress.stackexchange.com/questions/15304/how-to-change-the-default-registration-email-plugin-and-or-non-plugin

    It actually led me to this plugin, only to find this plugin doesn’t work anymore. So hopefully adding the code right into your functions.php file will do the trick (with some editing of course).

    Hopefully someone will fork this plugin and keep it running, as it did seem like it would be handy.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Doesn't work’ is closed to new replies.