Skip to:
Content

BuddyPress.org

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#7053 closed defect (bug) (no action required)

Email API: Unable to set "from name"

Reported by: henrywright's profile henry.wright Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Core Keywords:
Cc:

Description

If the first argument sent to the BP_Email_Recipient constructor (the "from address") is either an integer or an object, then the wp_mail_from_name filter can be used to change the "from name".

But, if the first argument sent to the BP_Email_Recipient constructor isn't an integer or object, then I see no way to change "from name" from the default (the value of bp_get_option( 'blogname' ); is used).

Change History (2)

#1 @henry.wright
8 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

The "from name" can be filtered so I'm closing this. The part that was confusing me was the "from name" value. I opened #7051 yesterday for that.

#2 @DJPaul
8 years ago

  • Component changed from API to Core
Note: See TracTickets for help on using tickets.