<?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: Main site&#039;s name sent as From name in notifications</title>
		<link>https://legacy.forums.gravityhelp.com/topic/main-sites-name-sent-as-from-name-in-notifications</link>
		<description>Gravity Support Forums Topic: Main site&#039;s name sent as From name in notifications</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:36:41 +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/main-sites-name-sent-as-from-name-in-notifications" rel="self" type="application/rss+xml" />

		<item>
			<title>danielmt on "Main site&#039;s name sent as From name in notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/main-sites-name-sent-as-from-name-in-notifications#post-45437</link>
			<pubDate>Wed, 04 Jan 2012 13:10:13 +0000</pubDate>
			<dc:creator>danielmt</dc:creator>
			<guid isPermaLink="false">45437@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Joel,&#60;/p&#62;
&#60;p&#62;Thanks for your answer. I'm using &#34;child&#34; themes, so I tried to put the code in the &#34;functions.php&#34; theme's file, and it's working fine too.&#60;/p&#62;
&#60;p&#62;Thanks again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Main site&#039;s name sent as From name in notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/main-sites-name-sent-as-from-name-in-notifications#post-43612</link>
			<pubDate>Sat, 10 Dec 2011 02:54:10 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">43612@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for adding the link here Joel.  Makes the solutions easier to find in the future.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joelwills on "Main site&#039;s name sent as From name in notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/main-sites-name-sent-as-from-name-in-notifications#post-43564</link>
			<pubDate>Fri, 09 Dec 2011 15:11:27 +0000</pubDate>
			<dc:creator>joelwills</dc:creator>
			<guid isPermaLink="false">43564@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can see how David fixed this problem for me here:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/incorrect-name-field-in-email-and-aweber&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/incorrect-name-field-in-email-and-aweber&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Main site&#039;s name sent as From name in notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/main-sites-name-sent-as-from-name-in-notifications#post-42824</link>
			<pubDate>Thu, 01 Dec 2011 21:28:37 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">42824@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I wouldn't rule out a server issue just because you have a dedicated server.  Depending on how the server is setup to send email via PHP, it could be not allowing you to send from any Send From address and only wants you to use a Send From set to an email associated with that server itself.  We've seen this type of issues firsthand with major web hosts such as BlueHost.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>danielmt on "Main site&#039;s name sent as From name in notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/main-sites-name-sent-as-from-name-in-notifications#post-42808</link>
			<pubDate>Thu, 01 Dec 2011 19:39:51 +0000</pubDate>
			<dc:creator>danielmt</dc:creator>
			<guid isPermaLink="false">42808@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok, thanks. First I will test the theme and plugins. I have a dedicated server, so it is not likely to be the server.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Main site&#039;s name sent as From name in notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/main-sites-name-sent-as-from-name-in-notifications#post-42757</link>
			<pubDate>Thu, 01 Dec 2011 16:34:32 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">42757@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is either going to be caused by another plugin or theme manipulating the wp_mail() function in WordPress and changing the Send From, or it's going to be a web server configuration issue that is changing the Send From after wp_mail() asks the server to send the email.&#60;/p&#62;
&#60;p&#62;Gravity Forms passes whatever you configure in the Notifications to the wp_mail() function to send the email.  After that, it's out of Gravity Forms control.  If a plugin or theme has filtered the wp_mail() function in such a way that it's hardcoding or changing values, or if the server is doing things after the function is executed there isn't anything Gravity Forms can do about it.&#60;/p&#62;
&#60;p&#62;What I would suggest doing is testing for plugin and theme conflicts.  Here is information on how to do that:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If that turns up nothing, you could try discussing this with your web host.  We had sites hosted on BlueHost a couple years ago and encountered a similar issue and it was BlueHost changing the Send From address because it was not a From address that was associated with the web site itself.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>danielmt on "Main site&#039;s name sent as From name in notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/main-sites-name-sent-as-from-name-in-notifications#post-42715</link>
			<pubDate>Thu, 01 Dec 2011 04:58:16 +0000</pubDate>
			<dc:creator>danielmt</dc:creator>
			<guid isPermaLink="false">42715@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Any idea?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>danielmt on "Main site&#039;s name sent as From name in notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/main-sites-name-sent-as-from-name-in-notifications#post-42534</link>
			<pubDate>Wed, 30 Nov 2011 06:26:08 +0000</pubDate>
			<dc:creator>danielmt</dc:creator>
			<guid isPermaLink="false">42534@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I have an issue with the notifications sent after filling a form. I have a multisite installation and, when I create a form for a customer's site (that is, not the main site), when they receive a notification via email, they are receiving my main site's URL in the From field.&#60;/p&#62;
&#60;p&#62;That is, imagine a user fills the form with: Name (Michael) and email (michael@gmail.com).&#60;br /&#62;
Then, my customers are receiving an email from &#60;code&#62;-www mymainsite.com &#38;lt;michael@gmail.com&#38;gt;-&#60;/code&#62;, instead of what's expected &#60;code&#62;-Michael &#38;lt;michael@gmail.com&#38;gt;-&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;The &#34;name&#34; is being replaced by my main site's URL (www.mymainsite.com). &#60;/p&#62;
&#60;p&#62;Any help on this? Is it a bug in multisite?&#60;/p&#62;
&#60;p&#62;Thanks in advance.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
