@bookclubreader
10 years, 2 months ago
I spoke too soon. I found the answer here – Contact Form 7 – From Name Incorrect
Here’s what solved it for me:
remove_filter('wp_mail_from', 'bp_core_email_from_address_filter' ); remove_filter('wp_mail_from_name', 'bp_core_email_from_name_filter');
I added this to my function file. If you have Genesis Extender, it’s easy to do.
I have the same problem. Were you able to figure out how to solve this? If so, please post the solution here.
Thanks