<?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: How to change the Notification BCC?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-change-the-notification-bcc</link>
		<description>Gravity Support Forums Topic: How to change the Notification BCC?</description>
		<language>en-US</language>
		<pubDate>Sun, 05 Apr 2026 08:18:11 +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/how-to-change-the-notification-bcc" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "How to change the Notification BCC?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-change-the-notification-bcc#post-74008</link>
			<pubDate>Wed, 05 Sep 2012 12:57:56 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">74008@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can use the gform_pre_submission_filter  &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_pre_submission_filter&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_pre_submission_filter&#60;/a&#62; to change the $form['notification']['bcc'].&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
// change 53 here to your form ID
add_filter(&#38;#39;gform_pre_submission_filter_53&#38;#39;, &#38;#39;add_bcc&#38;#39;);
function add_bcc($form){

	// add your email addresses here
	$form[&#38;#39;notification&#38;#39;][&#38;#39;bcc&#38;#39;] = &#38;#39;administrator@example.com&#38;#39;;

	// return the modified form object
	return $form;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Sargent on "How to change the Notification BCC?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-change-the-notification-bcc#post-74002</link>
			<pubDate>Wed, 05 Sep 2012 12:24:10 +0000</pubDate>
			<dc:creator>Sargent</dc:creator>
			<guid isPermaLink="false">74002@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I know how to change the notification email with a hook.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_notification_email&#38;quot;, &#38;quot;change_notification_email&#38;quot;, 10, 2);
		function change_notification_email($email, $form){
		return &#38;quot;mattsex@gmail.com&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But how do you change the BCC with a hook?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
