RobbyMcCullough (@robbymccullough)

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

  • RobbyMcCullough
    Participant

    @robbymccullough

    Hey all. I wanted to follow up on this in case anyone finds this through searching..

    We found out it was the bbPress Private Replies plugin that was causing this on our setup. This plugin overrides the subscription emails, and it uses it’s own code (that doesn’t remove the www) to generate the noreply email address.

    I am planning to submit a pull request, but you can cowboy code it and fix with this change:

    In bbp-private-replies.php on line 250 use this code:

    $do_not_reply = '<' . bbp_get_do_not_reply_address() . '>';


    RobbyMcCullough
    Participant

    @robbymccullough

    Hi all!

    I am having the same issue. I tried using the code snippets provided by xenous (thanks for those), but they didn’t work 🙁

    jturet, if you could explain anything you tried to resolve this issue, we’d really appreciate it. We’re a bit stumped and SMTP/Mail server issues are beyond any of our expertise here. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)