<?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: Change default admin email</title>
		<link>https://legacy.forums.gravityhelp.com/topic/change-default-admin-email-1</link>
		<description>Gravity Support Forums Topic: Change default admin email</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 11:50:29 +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/change-default-admin-email-1" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Change default admin email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-default-admin-email-1#post-143364</link>
			<pubDate>Wed, 06 Feb 2013 10:57:00 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">143364@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That's a simple thing which is easy to overlook. Thanks for posting this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jphogan on "Change default admin email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-default-admin-email-1#post-142716</link>
			<pubDate>Tue, 05 Feb 2013 15:58:18 +0000</pubDate>
			<dc:creator>jphogan</dc:creator>
			<guid isPermaLink="false">142716@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Just wanted to add the solution to this problem in case anyone else had it. Warning: the solution is painfully simple once you realize what it is. It's a Wordpress change. On the Admin Panel, go to Settings &#38;gt; General and change the admin email.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Change default admin email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-default-admin-email-1#post-104546</link>
			<pubDate>Wed, 19 Dec 2012 13:11:07 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">104546@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;A syntax error means you pasted in something incorrectly.  Please try removing line 1 (the opening &#38;lt;?php ) and see if the syntax error goes away.&#60;/p&#62;
&#60;p&#62;This will override the email address on all admin notifications.  If you don't want that, you will need some different code to take a manually entered address into account.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jphogan on "Change default admin email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-default-admin-email-1#post-104544</link>
			<pubDate>Wed, 19 Dec 2012 13:06:29 +0000</pubDate>
			<dc:creator>jphogan</dc:creator>
			<guid isPermaLink="false">104544@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I attempted to use the code from that page&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
add_filter(&#38;quot;gform_notification_email&#38;quot;, &#38;quot;change_notification_email&#38;quot;, 10, 2);
function change_notification_email($email, $entry){
   return &#38;quot;ellis@iamsinc.com&#38;quot;;
}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and added it to the bottom of my functions.php file. It killed the whole blog with a syntax error (unexpected &#34;&#38;lt;&#34;)&#60;/p&#62;
&#60;p&#62;Also, will that change override when I have specified an individual to receive a form notification? Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Change default admin email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-default-admin-email-1#post-102321</link>
			<pubDate>Thu, 13 Dec 2012 15:31:04 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">102321@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;At least it's only one place to edit and will work on all forms.  I hope that works for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jphogan on "Change default admin email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-default-admin-email-1#post-102318</link>
			<pubDate>Thu, 13 Dec 2012 15:29:09 +0000</pubDate>
			<dc:creator>jphogan</dc:creator>
			<guid isPermaLink="false">102318@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for the workaround. I think that will work for what I need. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Change default admin email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-default-admin-email-1#post-102282</link>
			<pubDate>Thu, 13 Dec 2012 14:23:33 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">102282@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I believe you can use the gform_notification_email&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_notification_email&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_notification_email&#60;/a&#62; to override the default {admin_email}.  You would make that one change in functions.php of your current theme and then all your forms would send the admin notification to this new email address.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jphogan on "Change default admin email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-default-admin-email-1#post-102277</link>
			<pubDate>Thu, 13 Dec 2012 14:17:55 +0000</pubDate>
			<dc:creator>jphogan</dc:creator>
			<guid isPermaLink="false">102277@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, exactly. Currently {admin_email} = my email address and I want it to be someone else's. I couldn't find where I could make that change (if it's even possible). Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Change default admin email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-default-admin-email-1#post-102234</link>
			<pubDate>Thu, 13 Dec 2012 13:04:41 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">102234@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So you would like to change the default for all new forms from {admin_email} to something, so that it is accurate every time a new form is created, without having to worry about someone editing the notification?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jphogan on "Change default admin email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-default-admin-email-1#post-102231</link>
			<pubDate>Thu, 13 Dec 2012 13:02:59 +0000</pubDate>
			<dc:creator>jphogan</dc:creator>
			<guid isPermaLink="false">102231@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ideally, no. I am changing positions and another person is taking over responsibility of the gravity forms. I would like him to be able to create forms without needing to remember to change the notification email address each time, so that we don't risk leads not being responded to in a timely manner. Any other possible solutions? &#60;/p&#62;
&#60;p&#62;Thank you for your response.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
