Change the header tags on buddypress email
-
Hi,
I’m currently running version 2.5.2 of BP and 4.5 of WP
I’ve set up my custom template utilizing the new BP mail feature. However, I would like to change the Header tags on the emails that get sent out.
For example, the current “From:” tag is my Bluehost box name. I would like to change it to my website’s name.When sending regular mail using wp_mail can achieve this by just adding the headers[] tag such as:
$headers[] = “From: Mysite <support@MySite.com>”;Is there a way to hook into when BP sends a mail and set this parameter?
Thanks in advance!
- You must be logged in to reply to this topic.