<?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: User Registration email notification in html format</title>
		<link>https://legacy.forums.gravityhelp.com/topic/user-registration-email-notification-in-html-format</link>
		<description>Gravity Support Forums Topic: User Registration email notification in html format</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 12:43:57 +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/user-registration-email-notification-in-html-format" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "User Registration email notification in html format"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-email-notification-in-html-format#post-136190</link>
			<pubDate>Wed, 30 Jan 2013 07:50:29 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">136190@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>signals on "User Registration email notification in html format"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-email-notification-in-html-format#post-135546</link>
			<pubDate>Tue, 29 Jan 2013 19:16:06 +0000</pubDate>
			<dc:creator>signals</dc:creator>
			<guid isPermaLink="false">135546@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok good to know, thanks. It's no biggie!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "User Registration email notification in html format"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-email-notification-in-html-format#post-135154</link>
			<pubDate>Tue, 29 Jan 2013 10:44:36 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">135154@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It has no effect on the signup notification email.  As far as I know, the user registration notification email from WordPress is always plain text.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>signals on "User Registration email notification in html format"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-email-notification-in-html-format#post-135046</link>
			<pubDate>Tue, 29 Jan 2013 08:27:30 +0000</pubDate>
			<dc:creator>signals</dc:creator>
			<guid isPermaLink="false">135046@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I know this kind of question has been asked before:&#60;br /&#62;
&#60;hr /&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/search.php?search=gform_notification_format&#38;amp;advanced=1&#38;amp;exact=1&#38;amp;posts=1&#38;amp;highlight=1&#38;amp;users=0&#38;amp;located=0&#38;amp;forums%5B%5D=0&#38;amp;maxcount=9999999&#38;amp;age=999999&#38;amp;direction=0&#38;amp;sort=date&#38;amp;order=0&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/search.php?search=gform_notification_format&#38;amp;advanced=1&#38;amp;exact=1&#38;amp;posts=1&#38;amp;highlight=1&#38;amp;users=0&#38;amp;located=0&#38;amp;forums%5B%5D=0&#38;amp;maxcount=9999999&#38;amp;age=999999&#38;amp;direction=0&#38;amp;sort=date&#38;amp;order=0&#60;/a&#62;&#60;br /&#62;
&#60;hr /&#62;&#60;br /&#62;
My question is that does  &#60;code&#62;gform_notification_format&#60;/code&#62; have any affect on sign up user notification emails with the user registration add on?&#60;/p&#62;
&#60;p&#62;I have the following code in my functions.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_action(&#38;quot;gform_notification_format&#38;quot;, &#38;quot;gsale_set_notification_format&#38;quot;, 10, 4);

function gsale_set_notification_format($format, $notification_type, $form, $lead){
         return &#38;quot;html&#38;quot;; // for testing - all emails as html
}

add_filter( &#38;#39;wpmu_signup_user_notification_email&#38;#39;, &#38;#39;gsale_modify_signup_user_notification_message&#38;#39;, 10, 4 );

function gsale_modify_signup_user_notification_message( $message, $user, $user_email, $key ) {

	$activation_link = trailingslashit( get_permalink( USER_ACTIVATION_PAGE ) ) .  &#38;quot;?page=gf_activation&#38;amp;key=$key&#38;quot;;
	$path = STYLESHEET_URI;
	$message = file_get_contents( &#38;quot;{$path}template-user-registration-notification-email.html&#38;quot; );
	$message = str_replace( &#38;#39;{activation_link}&#38;#39;, $activation_link, $message );
	return $message; // this is an html included file
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Unfortunately it always appears as plain text in the email client.  Suggestions or is this not implemented?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
