<?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 email not being sent when using verification</title>
		<link>https://legacy.forums.gravityhelp.com/topic/notification-email-not-being-sent-when-using-verification</link>
		<description>Gravity Support Forums Topic: notification email not being sent when using verification</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:10:12 +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-email-not-being-sent-when-using-verification" rel="self" type="application/rss+xml" />

		<item>
			<title>tommygun on "notification email not being sent when using verification"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notification-email-not-being-sent-when-using-verification#post-146968</link>
			<pubDate>Thu, 14 Feb 2013 14:35:41 +0000</pubDate>
			<dc:creator>tommygun</dc:creator>
			<guid isPermaLink="false">146968@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Maybe I got it.&#60;/p&#62;
&#60;p&#62;I think the problem was due to some missing merge tags into the notification emails. Can it be the case?&#60;/p&#62;
&#60;p&#62;I'll try to better explain myself (sorry form my bad english):&#60;br /&#62;
I have some fields in the forms that appear/disapper depending on the value of other &#34;parent&#34; fields.&#60;br /&#62;
Example: &#34;do you prefer apples or bananas?&#34;&#60;br /&#62;
&#34;apples&#34; -&#38;gt; a field appears up asking &#34;how many apples do you want?&#34;&#60;br /&#62;
&#34;bananas&#34; -&#38;gt; a different field shows up &#34;how many bananas?&#34;&#60;/p&#62;
&#60;p&#62;I think the notification email fails to be sent when i put the merge tag for &#34;number of bananas&#34; in it, but the use selected apples in the first field of the form, thus leaving the &#34;how many bananas?&#34; field empty (= NULL).&#60;/p&#62;
&#60;p&#62;What do you think?&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tommygun on "notification email not being sent when using verification"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notification-email-not-being-sent-when-using-verification#post-146960</link>
			<pubDate>Thu, 14 Feb 2013 13:32:51 +0000</pubDate>
			<dc:creator>tommygun</dc:creator>
			<guid isPermaLink="false">146960@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Done.&#60;/p&#62;
&#60;p&#62;Thanks a lot.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "notification email not being sent when using verification"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notification-email-not-being-sent-when-using-verification#post-146952</link>
			<pubDate>Thu, 14 Feb 2013 12:48:42 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">146952@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Since you are a developer license holder, fill out this form: &#60;a href=&#34;http://www.gravityhelp.com/priority-support/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/priority-support/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I can send you a logging add-on that should show us if the notification is successfully being passed onto wp_mail().
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tommygun on "notification email not being sent when using verification"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notification-email-not-being-sent-when-using-verification#post-146951</link>
			<pubDate>Thu, 14 Feb 2013 12:44:44 +0000</pubDate>
			<dc:creator>tommygun</dc:creator>
			<guid isPermaLink="false">146951@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;mail handling on my site works well, because if I don't enable the email verification checkbox the mail arrives correctly.&#60;br /&#62;
Even the notes sent by the entries sections, under a single form entry, arrive to the recipient.&#60;/p&#62;
&#60;p&#62;The problems only manifest itself when ticking the verification checkbox in the &#34;email&#34; form field.&#60;/p&#62;
&#60;p&#62;I can supply you a test user profile if you want to verify it first hand...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "notification email not being sent when using verification"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notification-email-not-being-sent-when-using-verification#post-146949</link>
			<pubDate>Thu, 14 Feb 2013 12:32:31 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">146949@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I just tested this on my dev site and I could not replicate the issue with enabling the confirm email option on the email field. Notifications came through just fine.&#60;/p&#62;
&#60;p&#62;As far as notifications go, Gravity Forms does not actually send the email notifications. That is 100% handled by your web server. Gravity Forms uses the WordPress wp_mail() function, a built in WordPress function, to ask your web server to send the email notification.&#60;/p&#62;
&#60;p&#62;This can happen when you do things such as configure the Send From address of email notifications to an email address that does not use the same domain name as the web site itself. Also, sometimes they can get spammed.&#60;/p&#62;
&#60;p&#62;After that, it is entirely up to your web server to reliably send the email. Unfortunately, many web hosts are simply unreliable at handling email properly when sent via PHP. This results in unreliable performance.&#60;/p&#62;
&#60;p&#62;The most reliable way to configure WordPress to handle sending email is going to be to use SMTP. You would do this by installing the WP Mail SMTP plugin and then contacting your web host to get the appropriate SMTP settings. You would then need to configure the Send From of your notifications so that it uses an address associated with that SMTP account.&#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;/p&#62;
&#60;p&#62;You can also test for theme/plugin conflicts, as we have seen plugins block notifications before:&#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;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Troubleshooting_Notifications&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Troubleshooting_Notifications&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tommygun on "notification email not being sent when using verification"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notification-email-not-being-sent-when-using-verification#post-146510</link>
			<pubDate>Wed, 13 Feb 2013 07:00:01 +0000</pubDate>
			<dc:creator>tommygun</dc:creator>
			<guid isPermaLink="false">146510@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Going deeper in my rant, the simplest version (ie: w/out verification) of the email field could be enough for me, if it was possible to at least check its syntax validity, via regexp or other means...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tommygun on "notification email not being sent when using verification"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notification-email-not-being-sent-when-using-verification#post-146502</link>
			<pubDate>Wed, 13 Feb 2013 06:36:20 +0000</pubDate>
			<dc:creator>tommygun</dc:creator>
			<guid isPermaLink="false">146502@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have this problem with my form:&#60;/p&#62;
&#60;p&#62;if I use an email field with non verification option (the checkbox under the filed label), everything works fine.&#60;/p&#62;
&#60;p&#62;if I use it however, the mail is not being sent. A second email field appears on the right of the first one, the form correctly checks if the two fields are identical, but then no email is sent after form submission.&#60;/p&#62;
&#60;p&#62;Why so?&#60;/p&#62;
&#60;p&#62;Am I missing something?&#60;/p&#62;
&#60;p&#62;Thanks a lot.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
