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

		<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>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>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>Josh 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-201495</link>
			<pubDate>Mon, 08 Apr 2013 17:36:14 +0000</pubDate>
			<dc:creator>Josh</dc:creator>
			<guid isPermaLink="false">201495@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I have been using the User Registration add-on from some time, since 1.2 I think.&#60;/p&#62;
&#60;p&#62;I have always been updating it on my project and since now I have had no problems. As it is so good.&#60;/p&#62;
&#60;p&#62;However my Wordpress network multisite install uses the email address form field to populate both the username and email fields in the User Registration Add-On.&#60;/p&#62;
&#60;p&#62;Since updating to 1.5 I now cannot validate forms because my email form field is prompted by this message: Only lowercase letters (a-z) and numbers are allowed.&#60;/p&#62;
&#60;p&#62;I cannot revert to using non-email usernames as my client wishes it to be this way.&#60;/p&#62;
&#60;p&#62;I checked your changelog.txt file to see if you purposely done this and I cannot see any notes of this change, and am now stuck what to do. Can't seem to find anyone online with the same problem.&#60;/p&#62;
&#60;p&#62;I have reverted back to 1.4 but after checking out your changelog in 1.5, I would really like to be using 1.5.&#60;/p&#62;
&#60;p&#62;Can you help?&#60;/p&#62;
&#60;p&#62;Many thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Stéphane Bergeron on "Email Address Being Rejecte as Username"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/email-address-being-rejecte-as-username#post-229937</link>
			<pubDate>Mon, 29 Apr 2013 13:19:35 +0000</pubDate>
			<dc:creator>Stéphane Bergeron</dc:creator>
			<guid isPermaLink="false">229937@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;On a multisite network I manage, I was just notified by a blog owner that users cannot register to their blog. I checked and it seems valid email addresses are being rejected as a username saying it needs to have only lowercase letters and numbers. WordPress itself does not enforce that policy as it makes no sense whatsoever anyway (email addresses are ideal usernames) and it worked before. I don't have a plugin enforcing such a policy either. &#60;/p&#62;
&#60;p&#62;So I tested and reverted back version 1.4 of the User Registration addon and things work normally again.&#60;/p&#62;
&#60;p&#62;Is there a specific reason version 1.5 now rejects email addresses as usernames? To me that is a bug as there's no reason I can think of that would justify this and this major change is also not mentioned in the 1.5 changelog that I can see.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jay12 on "Notification to User missing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notification-to-user-missing#post-306958</link>
			<pubDate>Thu, 06 Jun 2013 21:54:38 +0000</pubDate>
			<dc:creator>jay12</dc:creator>
			<guid isPermaLink="false">306958@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I just bought this product a few days ago. And, I notice I do not have &#34;Notification to User&#34; in my Notification of the form setting. I need this so I can sent the form via email to the user.&#60;/p&#62;
&#60;p&#62;Please advice what I shall do?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rleigh@ipa.org.au on "Entries with no Transaction ID notification not being sent"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entries-with-no-transaction-id-notification-not-being-sent#post-358520</link>
			<pubDate>Tue, 02 Jul 2013 20:56:42 +0000</pubDate>
			<dc:creator>rleigh@ipa.org.au</dc:creator>
			<guid isPermaLink="false">358520@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;We are having issues with not receiving some of the notification emails from our customers entries. I have tried to find a reason why and the only conssistency I can find si that all the notifications that aren't being sent are from entries that do not have a Transaction ID showing in the 'Entries'?&#60;/p&#62;
&#60;p&#62;Could you please let me know if there is a reason for this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rob@imagestudios.net on "Send a thank you notification email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/send-a-thank-you-notification-email#post-348017</link>
			<pubDate>Thu, 27 Jun 2013 10:58:08 +0000</pubDate>
			<dc:creator>rob@imagestudios.net</dc:creator>
			<guid isPermaLink="false">348017@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Once someone has filled out our form, I would like to send them a thank you notification. I'm fairly confident this is possible by setting up a general notification. But, not sure what should go in the &#34;Name&#34; and &#34;Send to Email&#34; fields so that the person who filled out the form will get a message.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>eCurtis on "Profanity filter possible on post form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/profanity-filter-possible-on-post-form#post-321565</link>
			<pubDate>Thu, 13 Jun 2013 20:17:22 +0000</pubDate>
			<dc:creator>eCurtis</dc:creator>
			<guid isPermaLink="false">321565@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a form that takes user input and makes a post that is visible right away (no moderation,  I suggested they not do this). However they would like to know if a profanity filter is possible so that it profanity is detected the post is kept but not published, with an email getting fired off.&#60;/p&#62;
&#60;p&#62;Is this possible? What hooks would you suggest if so?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rockethouse on "Building custom Notification Email template"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/building-custom-notification-email-template#post-329711</link>
			<pubDate>Tue, 18 Jun 2013 03:48:50 +0000</pubDate>
			<dc:creator>rockethouse</dc:creator>
			<guid isPermaLink="false">329711@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;So i've built an order form using GF and the client has a specific design for the order emails which the default template does not suit.&#60;/p&#62;
&#60;p&#62;Is there any way we can build our own? &#60;/p&#62;
&#60;p&#62;I know we can use Merge Tags but they always appear (even if an item was not ordered) - is there a way we can set these up to not show if that merge tag value is empty? Most of my form elements are either a Product QTY or a checkbox?&#60;/p&#62;
&#60;p&#62;The other thing is can we use the ADMIN label for Product options? I use the Name and description fields and need to show both of them in the order email!&#60;/p&#62;
&#60;p&#62;Any help would be great! - i'd hate to have to pull GF apart to do this!&#60;/p&#62;
&#60;p&#62;Cheers
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
