<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: From and Reply To Fields Not Working -- Always Shows as Coming from No-Reply@</title>
		<link>https://legacy.forums.gravityhelp.com/topic/from-and-reply-to-fields-not-working-always-shows-as-coming-from-no-reply</link>
		<description>Gravity Support Forums Topic: From and Reply To Fields Not Working -- Always Shows as Coming from No-Reply@</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 12:24:13 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/from-and-reply-to-fields-not-working-always-shows-as-coming-from-no-reply" rel="self" type="application/rss+xml" />

		<item>
			<title>gwc_wd on "From and Reply To Fields Not Working -- Always Shows as Coming from No-Reply@"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/from-and-reply-to-fields-not-working-always-shows-as-coming-from-no-reply#post-12114</link>
			<pubDate>Thu, 04 Nov 2010 15:47:28 +0000</pubDate>
			<dc:creator>gwc_wd</dc:creator>
			<guid isPermaLink="false">12114@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks. I'll drop it into bp-custom.php to see if it works there and report back. The idea being to avoid editing functions.php because you then lose those edits if the theme is updated. Complicated world &#38;lt;smile&#38;gt;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Bliss on "From and Reply To Fields Not Working -- Always Shows as Coming from No-Reply@"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/from-and-reply-to-fields-not-working-always-shows-as-coming-from-no-reply#post-12106</link>
			<pubDate>Thu, 04 Nov 2010 13:30:36 +0000</pubDate>
			<dc:creator>Carl Bliss</dc:creator>
			<guid isPermaLink="false">12106@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@gwc_wd - You are correct. This can be accomplished without hacking the BuddyPress core.&#60;/p&#62;
&#60;p&#62;Just add this to your theme's functions.php file (you may need to create that file first)&#60;/p&#62;
&#60;p&#62;remove_filter('wp_mail_from_name', 'bp_core_email_from_name_filter');
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gwc_wd on "From and Reply To Fields Not Working -- Always Shows as Coming from No-Reply@"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/from-and-reply-to-fields-not-working-always-shows-as-coming-from-no-reply#post-11563</link>
			<pubDate>Sun, 24 Oct 2010 19:41:57 +0000</pubDate>
			<dc:creator>gwc_wd</dc:creator>
			<guid isPermaLink="false">11563@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm not a coder but have been exposed to some things out of necessity. One of them is code for &#34;remove action&#34; code in bp-custom.php (particularly to remove the social network fields from the bp registration form)&#60;/p&#62;
&#60;p&#62;Would there be some similar code that could be used to nullify the bp_core_email_from_name_filter() so as to maintain the edit between updates?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wunderdojo on "From and Reply To Fields Not Working -- Always Shows as Coming from No-Reply@"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/from-and-reply-to-fields-not-working-always-shows-as-coming-from-no-reply#post-10515</link>
			<pubDate>Tue, 28 Sep 2010 18:23:13 +0000</pubDate>
			<dc:creator>wunderdojo</dc:creator>
			<guid isPermaLink="false">10515@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yeah, I&#34;ll drop them a note and point it out. There's a lot to love about Wordpress, but it would be such a better platform if there were some process for vetting plugins before they make it into the repository to ensure they're meeting WP best coding practices. I'll let you know if I hear anything back.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "From and Reply To Fields Not Working -- Always Shows as Coming from No-Reply@"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/from-and-reply-to-fields-not-working-always-shows-as-coming-from-no-reply#post-10476</link>
			<pubDate>Tue, 28 Sep 2010 11:38:54 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">10476@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sounds like that is something BuddyPress shouldn't be doing, you may want to bring this to the attention of the BuddyPress developers at the BuddyPress site and explain how it causes issues with other plugins that use the wp_mail function.  I will do the same.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wunderdojo on "From and Reply To Fields Not Working -- Always Shows as Coming from No-Reply@"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/from-and-reply-to-fields-not-working-always-shows-as-coming-from-no-reply#post-10455</link>
			<pubDate>Mon, 27 Sep 2010 22:47:29 +0000</pubDate>
			<dc:creator>wunderdojo</dc:creator>
			<guid isPermaLink="false">10455@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The problem is in Buddy Press / bp-core / bp-core-filters.php. Very first filter is bp_core_email_from_name_filter(). Commented that out (for now) and problem solved.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wunderdojo on "From and Reply To Fields Not Working -- Always Shows as Coming from No-Reply@"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/from-and-reply-to-fields-not-working-always-shows-as-coming-from-no-reply#post-10454</link>
			<pubDate>Mon, 27 Sep 2010 22:42:14 +0000</pubDate>
			<dc:creator>wunderdojo</dc:creator>
			<guid isPermaLink="false">10454@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Found the culprit, posting in case it saves anyone else a headache. I had Buddypress installed and apparently that's overwriting the built in wp_mail function. Haven't dug into Buddypress yet to see where it's doing that and fix it, but that's the issue.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wunderdojo on "From and Reply To Fields Not Working -- Always Shows as Coming from No-Reply@"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/from-and-reply-to-fields-not-working-always-shows-as-coming-from-no-reply#post-10452</link>
			<pubDate>Mon, 27 Sep 2010 21:45:29 +0000</pubDate>
			<dc:creator>wunderdojo</dc:creator>
			<guid isPermaLink="false">10452@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm having an issue with a contact form running on WP 3.0.1 and GF 1.4.3.1. The notification emails are sent correctly BUT they always show as being from the main WP site. So instead of showing up as being sent from &#60;a href=&#34;mailto:webmaster@clientsite.com&#34;&#62;webmaster@clientsite.com&#60;/a&#62;, they show up as being from &#60;a href=&#34;mailto:no-reply@mainsite.com&#34;&#62;no-reply@mainsite.com&#60;/a&#62;. The GF settings are correct and I've tested with various combinations of reply to and from email addresses but nothing seems to affect it. Any thoughts?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
