<?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: Pure Text Notifications</title>
		<link>https://legacy.forums.gravityhelp.com/topic/pure-text-notifications</link>
		<description>Gravity Support Forums Topic: Pure Text Notifications</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 12:13:13 +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/pure-text-notifications" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Pure Text Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pure-text-notifications#post-24398</link>
			<pubDate>Thu, 28 Apr 2011 11:33:33 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">24398@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would edit common.php in the gravityforms plugin folder.  Search for the wp_mail function call.  Just above the line that calls wp_mail is a line that sets the Content-type for the email being sent to text/html.  You need to change it to text/plain.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>luminairefoto on "Pure Text Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pure-text-notifications#post-24377</link>
			<pubDate>Thu, 28 Apr 2011 02:47:10 +0000</pubDate>
			<dc:creator>luminairefoto</dc:creator>
			<guid isPermaLink="false">24377@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Carl, can you explain where in the core files I would need to change this? My studio management software requires plain text emails. I'm kind of stuck right now, any help would be great.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Zack Katz on "Pure Text Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pure-text-notifications#post-10218</link>
			<pubDate>Wed, 22 Sep 2010 13:28:26 +0000</pubDate>
			<dc:creator>Zack Katz</dc:creator>
			<guid isPermaLink="false">10218@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There is...you want the header for Content-Type to be &#34;multipart/alternative&#34;, then separate the text from the html with a boundary.&#60;/p&#62;
&#60;p&#62;It's complicated. You need to pass that with the $headers parameter for wp_mail().&#60;/p&#62;
&#60;p&#62;Here's more information:&#60;br /&#62;
&#60;a href=&#34;http://articles.sitepoint.com/article/advanced-email-php/4&#34; rel=&#34;nofollow&#34;&#62;http://articles.sitepoint.com/article/advanced-email-php/4&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You should also check out how wp_mail() function works by looking at the source:&#60;br /&#62;
&#60;a href=&#34;http://core.trac.wordpress.org/browser/trunk/wp-mail.php&#34; rel=&#34;nofollow&#34;&#62;http://core.trac.wordpress.org/browser/trunk/wp-mail.php&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>CraigTommola on "Pure Text Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pure-text-notifications#post-10202</link>
			<pubDate>Wed, 22 Sep 2010 06:44:05 +0000</pubDate>
			<dc:creator>CraigTommola</dc:creator>
			<guid isPermaLink="false">10202@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there a way to set it to send BOTH types?  I'd like to use HTML on one page, TXT on another, for two different form functions.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Zack Katz on "Pure Text Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pure-text-notifications#post-10182</link>
			<pubDate>Tue, 21 Sep 2010 18:06:41 +0000</pubDate>
			<dc:creator>Zack Katz</dc:creator>
			<guid isPermaLink="false">10182@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Don't know - haven't tried it. I would add the hook while hooking into the send notifications Gravity Forms hook.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>CraigTommola on "Pure Text Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pure-text-notifications#post-10178</link>
			<pubDate>Tue, 21 Sep 2010 17:32:21 +0000</pubDate>
			<dc:creator>CraigTommola</dc:creator>
			<guid isPermaLink="false">10178@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Zack Katz - have you tried this technique with any success?  I just saw this, and will have to try it later when I'm working, just curious if this worked out for you or davidpg&#60;/p&#62;
&#60;p&#62;Thx&#60;br /&#62;
CT
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Zack Katz on "Pure Text Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pure-text-notifications#post-10177</link>
			<pubDate>Tue, 21 Sep 2010 16:44:14 +0000</pubDate>
			<dc:creator>Zack Katz</dc:creator>
			<guid isPermaLink="false">10177@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You could try using the &#60;code&#62;wp_mail_content_type&#60;/code&#62; filter... check out the last comment: &#60;a href=&#34;http://wordpress.org/support/topic/wp_mail_content_type?replies=5&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/support/topic/wp_mail_content_type?replies=5&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Pure Text Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pure-text-notifications#post-10157</link>
			<pubDate>Tue, 21 Sep 2010 14:45:03 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">10157@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Currently emails are only sent as HTML.  To send them as plain text you would have to edit the core plugin files and change it there.  We do plan on adding a hook so it can be changed via a hook in a future release.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>davidpg on "Pure Text Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pure-text-notifications#post-10153</link>
			<pubDate>Tue, 21 Sep 2010 13:39:23 +0000</pubDate>
			<dc:creator>davidpg</dc:creator>
			<guid isPermaLink="false">10153@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The email system that receives the notifications cannot display HTML emails, this is not a configurable option. Is it possible for gravity forms to send notifications in a text format and is it possible to format this output so that data in the forms is not randomly spaced and confusing?&#60;/p&#62;
&#60;p&#62;or alternatively adding the notification as a HTML attachment?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
