#7053 closed defect (bug) (no action required)
Email API: Unable to set "from name"
Reported by: | 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)
Note: See
TracTickets for help on using
tickets.
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.