<?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: Possible to send Multipart/plaintext/HTML notifications?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/possible-to-send-multipartplaintexthtml-notifications</link>
		<description>Gravity Support Forums Topic: Possible to send Multipart/plaintext/HTML notifications?</description>
		<language>en-US</language>
		<pubDate>Sun, 26 Apr 2026 08:53:39 +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/possible-to-send-multipartplaintexthtml-notifications" rel="self" type="application/rss+xml" />

		<item>
			<title>David Smith on "Possible to send Multipart/plaintext/HTML notifications?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/possible-to-send-multipartplaintexthtml-notifications#post-60341</link>
			<pubDate>Thu, 24 May 2012 20:23:45 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">60341@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Barebones,&#60;/p&#62;
&#60;p&#62;This would go in your theme's &#60;em&#62;functions.php&#60;/em&#62; file. More info here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>barebonesnet on "Possible to send Multipart/plaintext/HTML notifications?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/possible-to-send-multipartplaintexthtml-notifications#post-60339</link>
			<pubDate>Thu, 24 May 2012 20:10:06 +0000</pubDate>
			<dc:creator>barebonesnet</dc:creator>
			<guid isPermaLink="false">60339@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Where would this code be entered into my form?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Possible to send Multipart/plaintext/HTML notifications?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/possible-to-send-multipartplaintexthtml-notifications#post-49530</link>
			<pubDate>Wed, 15 Feb 2012 17:42:19 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">49530@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Sean,&#60;/p&#62;
&#60;p&#62;It would be possible to override Gravity Forms default mail settings with the &#34;wp_mail_content_type&#34; filter.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
add_filter(&#38;#39;wp_mail_content_type&#38;#39;, &#38;#39;set_mail_content_type&#38;#39;);
function set_mail_content_type($content_type){
    return &#38;#39;text/plain&#38;#39;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace 'text/plain' with whatever format you wish to send your emails.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>seanmclellan on "Possible to send Multipart/plaintext/HTML notifications?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/possible-to-send-multipartplaintexthtml-notifications#post-49182</link>
			<pubDate>Sun, 12 Feb 2012 03:14:03 +0000</pubDate>
			<dc:creator>seanmclellan</dc:creator>
			<guid isPermaLink="false">49182@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would like to be able to send out the email notifications as Multipart HTML/plain text. Is this possible? I did a search and saw a reference to something like this coming--but I'm not sure if it happened, or how to do it.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
