Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: strange admin address

burtadsit,

I see the reply you are talking about and found the lines in the bp-core.php file but I’m still not sure what to do with it. I’m sorry but could you please me more specific on how I would modify it? I want to have emails sent form “A.i. Music” as “support@aimusic.com” thanks so much for your help!

Comment out:

In: function bp_core_email_from_name_filter()

line #1150

add_filter( ‘wp_mail_from_name’, ‘bp_core_email_from_name_filter’ )

And comment out:

In: function bp_core_email_from_address_filter()

line #1165

add_filter( ‘wp_mail_from’, ‘bp_core_email_from_address_filter’ )

Try some test registrations and see if they still say that whacky address.

Skip to toolbar