Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • wjh
    Participant

    @wjh

    Thanks @mairaj!

    I just pasted it as is into my bp-custom.php and it worked a treat.


    wjh
    Participant

    @wjh

    @rodolvertice I found a solution by copying @shanebp’s code and replacing ‘set_from’ with ‘set_reply_to’, as in:

    add_action( 'bp_email', function( $email_type, $email_obj ) {
    	$email_obj->set_reply_to( "custom@example.com", "Custom Website Name" );
    }, 10, 2 );
Viewing 2 replies - 1 through 2 (of 2 total)
Skip to toolbar