<?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: BCC emails don&#039;t send on submit, but do send when you use Resend Notifications</title>
		<link>https://legacy.forums.gravityhelp.com/topic/bcc-emails-dont-send-on-submit-but-do-send-when-you-use-resend-notifications</link>
		<description>Gravity Support Forums Topic: BCC emails don&#039;t send on submit, but do send when you use Resend Notifications</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:26:33 +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/bcc-emails-dont-send-on-submit-but-do-send-when-you-use-resend-notifications" rel="self" type="application/rss+xml" />

		<item>
			<title>nickhas on "BCC emails don&#039;t send on submit, but do send when you use Resend Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/bcc-emails-dont-send-on-submit-but-do-send-when-you-use-resend-notifications#post-88975</link>
			<pubDate>Thu, 08 Nov 2012 20:26:21 +0000</pubDate>
			<dc:creator>nickhas</dc:creator>
			<guid isPermaLink="false">88975@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for response. I will test this at some point in the future when we need the functionality again. This will help. Thanks again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "BCC emails don&#039;t send on submit, but do send when you use Resend Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/bcc-emails-dont-send-on-submit-but-do-send-when-you-use-resend-notifications#post-85402</link>
			<pubDate>Tue, 30 Oct 2012 23:51:26 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">85402@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I did install it and got sidetracked during testing.  I did not receive any of the BCC emails myself either.  I'm not sure why it's doing it, but instead of putting all those merge tags in the BCC area of the user notification (I wonder what happens when there is no email address entered in a field? Then the string is just a bunch of commas?) I would recommend using the gform_pre_submission_filter to add all the BCC.  The example on this page shows doing exactly this:&#60;/p&#62;
&#60;p&#62;&#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;&#60;/p&#62;
&#60;p&#62;However, that is for the administrator notification.  Change this line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
$form[&#38;quot;notification&#38;quot;][&#38;quot;bcc&#38;quot;] = $bcc;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
$form[&#38;quot;autoResponder&#38;quot;][&#38;quot;bcc&#38;quot;] = $bcc;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The user notification is referred to as the autoResponder.  &#60;/p&#62;
&#60;p&#62;Try this and see if this works reliably.  To avoid the problem you have now, with a string of commas, I would test the field to be sure it has an email address before adding it to the $bcc here.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nickhas on "BCC emails don&#039;t send on submit, but do send when you use Resend Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/bcc-emails-dont-send-on-submit-but-do-send-when-you-use-resend-notifications#post-85301</link>
			<pubDate>Tue, 30 Oct 2012 17:38:06 +0000</pubDate>
			<dc:creator>nickhas</dc:creator>
			<guid isPermaLink="false">85301@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Chris, I was just curious if you ever had a chance to look at the file that I sent you. The immediate need to get this fixed has passed, but I'd still  like to get to the bottom of it for future reference.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "BCC emails don&#039;t send on submit, but do send when you use Resend Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/bcc-emails-dont-send-on-submit-but-do-send-when-you-use-resend-notifications#post-82124</link>
			<pubDate>Thu, 18 Oct 2012 22:36:59 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">82124@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you please export your form and email it to &#60;a href=&#34;mailto:chris@rocketgenius.com&#34;&#62;chris@rocketgenius.com&#60;/a&#62; - I would like to test this on my server to see if it's related to our code or a mail delivery problem.&#60;/p&#62;
&#60;p&#62;You can export the form by going to the Forms menu, Import/Export submenu and then the top center menu link, &#34;Export Forms&#34;.  Select this one form, save the XML file, and attach that to an email to me.  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "BCC emails don&#039;t send on submit, but do send when you use Resend Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/bcc-emails-dont-send-on-submit-but-do-send-when-you-use-resend-notifications#post-81908</link>
			<pubDate>Thu, 18 Oct 2012 00:53:24 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">81908@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've asked the developers for their input on this one. Thank you for the additional debug information.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nickhas on "BCC emails don&#039;t send on submit, but do send when you use Resend Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/bcc-emails-dont-send-on-submit-but-do-send-when-you-use-resend-notifications#post-81819</link>
			<pubDate>Wed, 17 Oct 2012 19:04:45 +0000</pubDate>
			<dc:creator>nickhas</dc:creator>
			<guid isPermaLink="false">81819@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the reply. After talking to my IT people, we do not believe this to be a hosting issue and it is not believed the SMTP server plugin is going to be the magic bullet here. To be clear, spam does not appear to be an issue for delivery. Every ISP we've tested delivers to the inbox. And because the email is delivered when we resend notifications, there is proof that Gravity Forms and the host are working correctly to deliver the email. &#60;/p&#62;
&#60;p&#62;Something I didn't mention the first time is that I had this problem before, then deleted and recreated the email fields on the form. After I did that, emails were being sent on submit. That worked for a day and then stopped the following day. Now that the form has been live, I don't want to delete and recreate. &#60;/p&#62;
&#60;p&#62;I have this feeling it could have to do with the merge tags in the BCC entry in notifications. If the emails send when using Resend Notifications and the actual email is entered, that tells me it might just not be getting the emails correctly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "BCC emails don&#039;t send on submit, but do send when you use Resend Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/bcc-emails-dont-send-on-submit-but-do-send-when-you-use-resend-notifications#post-81644</link>
			<pubDate>Wed, 17 Oct 2012 06:52:20 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">81644@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Issues with email delivery are nearly always related to the machine sending the mail or the service on the other end providing the email to the user (Yahoo, Gmail, Live, Google Apps for your Domain, etc.)  Gravity Forms hands off the email notifications immediately to the wp_mail() function.  It's then up to your server to send it.  Because Gravity Forms can make the notifications appear to come from any email address and any person (normally, the person submitting the form) the notifications will look like spam to a lot of email servers (for example, why is &#60;a href=&#34;mailto:chris@rocketgenius.com&#34;&#62;chris@rocketgenius.com&#60;/a&#62; sending email from yourwebsite.com domain?)&#60;/p&#62;
&#60;p&#62;That said, the most reliable way to ensure email delivery, and work around some of your host's email delivery restrictions, is to send the mail using an SMTP server, rather than your host's mail function.  You can install and configure one of these plugins with an SMTP server of your choice:&#60;/p&#62;
&#60;p&#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;br /&#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;/p&#62;
&#60;p&#62;After you configure and test one of those plugins, please let us know if your email notifications are being delivered.&#60;/p&#62;
&#60;p&#62;It could also be a simple configuration error with the notifications, but from what you described that did not sound like the case.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nickhas on "BCC emails don&#039;t send on submit, but do send when you use Resend Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/bcc-emails-dont-send-on-submit-but-do-send-when-you-use-resend-notifications#post-81472</link>
			<pubDate>Tue, 16 Oct 2012 14:08:55 +0000</pubDate>
			<dc:creator>nickhas</dc:creator>
			<guid isPermaLink="false">81472@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a form that is essentially, a &#34;Refer a friend&#34; form. Emails the submitter enters are populated into the BCC field in the notification settings. When I first tested the form, it worked when being submitted and every email got the notification.&#60;/p&#62;
&#60;p&#62;The next day, it no longer worked and no emails were sent to the BCC fields on submit. However, if you copy and paste the emails into &#34;Resend Notifications&#34; the emails do get sent. &#60;/p&#62;
&#60;p&#62;I didn't change, add or delete any plugins from the time the form worked to the next morning. We're looking into it with the host, but are there any possible issues you can see with Gravity Forms?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
