@vegasinc I’m glad to hear that helped. Hope bbPress resolves the issue soon.
@Sura You getting this “Mail Delivery Failure” email because there is no such email and domain name. BB-Press sends email to all the subscribers and also sends an email to “noreply@oi-seattle-kinship.org” Since there is no such an email, you getting the bounce back email.
@Sura and @Robin
I disabled all plugins and still noreply email missing the first “s” like;
noreply@itename.com instead of noreply@sitename.com
When I change line:1065 in includes/common/functions.php like this
//$do_not_reply = '<noreply@' . ltrim( get_home_url(), '^(http|https)://' ) . '>';
$do_not_reply = '<noreply@sitename.com>';
it works with or without the plugins.
Hope this helps both developers and users
Hello Robin,
I’ve got the same issue also. Just noticed that my website url is starting with an “s” as Sura’s. I have never installed the plugin the Easy SMTP plugin.
It might be related with this line in /includes/common/functions.php line:1065
$do_not_reply = '<noreply@' . ltrim( get_home_url(), '^(http|https)://' ) . '>';
Kind Regards