Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,039
- How-to & Troubleshooting
- 129,763
- Creating & Extending
- 25,805
- Requests & Feedback
- 9,506
- Third Party Plugins
- 9,793
- Showcase
- 3,317
- Ideas
- 1,375
- Miscellaneous
- 9,181
-
Like so:
function kriski_custom_from_address( $address ) {
return 'kriski';
}
add_filter( 'bp_core_email_from_address_filter', 'kriski_custom_from_address' );
That should turn the from address to ‘kriski@yourdomain.com’.