Viewing 8 replies - 1 through 8 (of 8 total)
  • Michael Beckwith

    (@tw2113)

    The BenchPresser

    Not sure if this is a frequent problem or not. I know it’s one that hasn’t been getting reported yet, if it’s a bit widespread. I believe it uses the “admin email” option value, but it’s been a few weeks since I looked at the code. The “E-mail Address” field in your General WP settings area.

    We also use wp_mail for our emailing, which is an enhanced wrapper for php’s mail(). From my understanding it’s one that can’t guarantee the messages reaching their intended inbox, but does try to send it. Have you confirmed that other email sending functionality in your site is succeeding like expected? Also just to be certain, has the spam filter been checked to make sure it wasn’t caught there?

    Thread Starter nikopaulanne

    (@nikopaulanne)

    1400 user site has been working OK before, but after bb 2.X update and other related latest updates your BP-registration plugin stopped sending admin emails. The normal WP email-notifications come through OK.

    Is the alpha-version of plugin using same email sending procedures?

    Michael Beckwith

    (@tw2113)

    The BenchPresser

    Pretty much, I don’t recall changing how the emails were sent out.

    Same issue, latest WordPress, latest plugin. All other emails go out, just not to admin on new user registration.

    What I notice is that it is always both emails that go missing, you either get both, or you get neither, I had two registrations this morning, no emails to admin, two days ago I had three registrations, only got two sets of emails, but you always either get both or you get none and more often than not you get none.

    Michael Beckwith

    (@tw2113)

    The BenchPresser

    Not sure how much I can do in this regard, because I definitely pass data into wp_mail(), but there’s no way for me to control what happens on the other end, one of the weaknesses of PHP mailing, you can only ensure so much.

    i had major issues with the update. – it just didnt work allround? rolled back to Version: 4.1.3

    Michael Beckwith

    (@tw2113)

    The BenchPresser

    Anyone in this thread still having issues with 4.2.5?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘4.1.3 not sending pending registration email to admins’ is closed to new replies.