<?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 Tag: email - Recent Posts</title>
		<link>https://legacy.forums.gravityhelp.com/tags/email</link>
		<description>Gravity Support Forums Tag: email - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 19:54:55 +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/tags/email" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Email Notification Formatting Issue &#38; Solution"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/email-notification-formatting-issue-solution#post-376052</link>
			<pubDate>Thu, 25 Jul 2013 05:47:01 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">376052@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you still require assistance with this please open a new &#60;a href=&#34;http://www.gravityhelp.com/request-support/&#34; rel=&#34;nofollow&#34;&#62;support ticket&#60;/a&#62; or a &#60;a href=&#34;http://www.gravityhelp.com/priority-support/&#34; rel=&#34;nofollow&#34;&#62;priority support ticket&#60;/a&#62; if you are a developer license holder. Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Email Notifications Not Working - POSSIBLE SOLUTION"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/email-notifications-not-working-possible-solution#post-375995</link>
			<pubDate>Fri, 12 Jul 2013 07:11:12 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">375995@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for sharing.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Unique email requirement blocks unused addresses"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/unique-email-requirement-blocks-unused-addresses#post-373131</link>
			<pubDate>Wed, 10 Jul 2013 08:56:20 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">373131@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Do you have any entries in the trash folder of the entries for this form?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cdutoit on "Unique email requirement blocks unused addresses"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/unique-email-requirement-blocks-unused-addresses#post-372828</link>
			<pubDate>Wed, 10 Jul 2013 05:42:29 +0000</pubDate>
			<dc:creator>cdutoit</dc:creator>
			<guid isPermaLink="false">372828@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a form and enabled &#34;No duplicates&#34; on the email address field. However, this now blocks some email addresses that are unique and after searching the entries those addresses are NOT found in the form entries, so they should not be blocked. &#60;/p&#62;
&#60;p&#62;Using Gravity Forms 1.7.6 and Wordpress 3.5.2.&#60;/p&#62;
&#60;p&#62;The form in question has about 5430 entries containing unique email addresses.&#60;/p&#62;
&#60;p&#62;Do you know what can cause this problem?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bankofcanada on "Email Notification Formatting Issue &#38; Solution"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/email-notification-formatting-issue-solution#post-371203</link>
			<pubDate>Tue, 09 Jul 2013 12:31:26 +0000</pubDate>
			<dc:creator>bankofcanada</dc:creator>
			<guid isPermaLink="false">371203@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I was experiencing some issues with email notifications, specifically when including multi-column list fields. Spaces were being inserted into the HTML, causing tags and styles to appear broken.&#60;/p&#62;
&#60;p&#62;I did some research and found that when a single line exceeds 998 characters, it causes problems with the PHP mail function.&#60;/p&#62;
&#60;p&#62;I fixed it by making this change to common.php, on line 1665:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$is_success = wp_mail($to, $subject, $message, $headers, $attachments);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;was changed to&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$is_success = wp_mail($to, $subject, wordwrap($message), $headers, $attachments);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Due to the way the email messages are assembled via string concatenation without any built in line breaks, I can only assume that other users must have encountered this issue as well. Would it be possible to add the wordwrap() into the next Gravityforms release?&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chobson on "Upon update 1.5 you cannot use the email field to populate the username field!"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/upon-update-15-you-cannot-use-the-email-field-to-populate-the-username-field#post-366766</link>
			<pubDate>Sun, 07 Jul 2013 17:53:56 +0000</pubDate>
			<dc:creator>chobson</dc:creator>
			<guid isPermaLink="false">366766@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome! Thanks, that worked nicely.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chobson on "Email Address Being Rejecte as Username"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/email-address-being-rejecte-as-username#post-366764</link>
			<pubDate>Sun, 07 Jul 2013 17:50:43 +0000</pubDate>
			<dc:creator>chobson</dc:creator>
			<guid isPermaLink="false">366764@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ah! Nice, this worked for me: &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/upon-update-15-you-cannot-use-the-email-field-to-populate-the-username-field#post-246441&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/upon-update-15-you-cannot-use-the-email-field-to-populate-the-username-field#post-246441&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dotbunny on "Email Notifications Not Working - POSSIBLE SOLUTION"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/email-notifications-not-working-possible-solution#post-362084</link>
			<pubDate>Thu, 04 Jul 2013 20:22:07 +0000</pubDate>
			<dc:creator>dotbunny</dc:creator>
			<guid isPermaLink="false">362084@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So, we, like many people before us were having problems with Gravity Forms sending out notification emails  ... maybe it was the conditional logic ... i dont know ....&#60;/p&#62;
&#60;p&#62;but what i do know ...&#60;/p&#62;
&#60;p&#62;Our values of our drop down select box for the destination that the end user saw had &#38;lt; and &#38;gt; in them (we made them duplicates of how an email client presents it) ... &#60;/p&#62;
&#60;p&#62;This caused GF's db calls to die on the back end side when it would try to do a query in the send process citing mixing of different collations.&#60;/p&#62;
&#60;p&#62;Anywho, removing the &#38;lt; &#38;gt; from the values fixed this. Now just to figure out why notes isnt working :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Notification to User missing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notification-to-user-missing#post-361704</link>
			<pubDate>Thu, 04 Jul 2013 10:34:56 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">361704@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad to hear it. All my best!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Scren on "Notification to User missing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notification-to-user-missing#post-361698</link>
			<pubDate>Thu, 04 Jul 2013 10:28:07 +0000</pubDate>
			<dc:creator>Scren</dc:creator>
			<guid isPermaLink="false">361698@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Many thanks for your reply - I tried putting the tag in an email field only visible to admin and it seems to be doing exactly what I needed. Thanks again!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
