Hello,
Please how can I change the (reply to) email in the buddypress email to [email protected]. The current reply to email is being directed to the admin. This for example shows in the buddypress account activation email sent on new account creation.
Thanks
I tried this but did not work in bp-custom.php
add_filter( 'bp_email_set_reply_to', function( $retval ) { return new BP_Email_Recipient( '[email protected]' ); } );Hi Tosin,
That code seems correct to me. Are you using any mail transport plugin like wp smtp etc?
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.
This topic is: not resolved