<?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: Notification address is host&#039;s email</title>
		<link>https://legacy.forums.gravityhelp.com/topic/notification-address-is-hosts-email</link>
		<description>Gravity Support Forums Topic: Notification address is host&#039;s email</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:13:59 +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/notification-address-is-hosts-email" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Notification address is host&#039;s email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notification-address-is-hosts-email#post-138044</link>
			<pubDate>Fri, 01 Feb 2013 00:00:10 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">138044@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for pointing that out.  I did not know about those WordPress filters.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Notification address is host&#039;s email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notification-address-is-hosts-email#post-137508</link>
			<pubDate>Thu, 31 Jan 2013 11:46:39 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">137508@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I found a solution for this, put this piece of code in the functions.php of your theme:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[php]
add_filter(&#38;#39;wp_mail_from&#38;#39;, &#38;#39;new_mail_from&#38;#39;);
add_filter(&#38;#39;wp_mail_from_name&#38;#39;, &#38;#39;new_mail_from_name&#38;#39;);

function new_mail_from($old) {
 return &#38;#39;youremail@yourwebsite.com&#38;#39;;
}
function new_mail_from_name($old) {
 return &#38;#39;Your Site&#38;#39;;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Notification address is host&#039;s email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notification-address-is-hosts-email#post-105523</link>
			<pubDate>Fri, 21 Dec 2012 20:15:14 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">105523@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please try installing an SMTP plugin and configuring that.  We normally recommend trying one of these:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/cimy-swift-smtp/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/cimy-swift-smtp/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://wordpress.org/extend/plugins/wp-mail-smtp/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/wp-mail-smtp/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://wordpress.org/extend/plugins/configure-smtp/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/configure-smtp/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The email headers are being set by your host and their mail function.  You can override that by installing an SMTP plugin and using a server you choose.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Desmond on "Notification address is host&#039;s email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notification-address-is-hosts-email#post-105518</link>
			<pubDate>Fri, 21 Dec 2012 19:04:10 +0000</pubDate>
			<dc:creator>Desmond</dc:creator>
			<guid isPermaLink="false">105518@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a situation where our forms' notifications are coming through with a different email and name than what is set in the Notification To User section of the form. &#60;/p&#62;
&#60;p&#62;For example, the form lists:&#60;br /&#62;
From Name:  My Name&#60;br /&#62;
From Email: &#60;a href=&#34;mailto:me@myemail.com&#34;&#62;me@myemail.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;But the email comes from accountname#@boxXXX.bluehost.com&#60;/p&#62;
&#60;p&#62;Any thoughts on how to override this?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
