<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Toggle HTML emails? - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/toggle-html-emails/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 22 Jul 2026 23:53:17 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Toggle HTML emails?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/toggle-html-emails/#post-30199</link>
                        <pubDate>Sun, 18 Aug 2019 22:52:09 +0000</pubDate>
                        <description><![CDATA[@hshah
I haven&#039;t. I put this task on the back burner since I don&#039;t honestly know how long it will take or even work. I will probably get around to it in the next week or so and I will post ...]]></description>
                        <content:encoded><![CDATA[<p>@hshah</p>
<p>I haven't. I put this task on the back burner since I don't honestly know how long it will take or even work. I will probably get around to it in the next week or so and I will post my results here.</p>
<p>I will probably end up simplifying my email templates for the forum just to get the task done.&nbsp;</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>gunarcom</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/toggle-html-emails/#post-30199</guid>
                    </item>
				                    <item>
                        <title>RE: Toggle HTML emails?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/toggle-html-emails/#post-30193</link>
                        <pubDate>Sun, 18 Aug 2019 19:21:02 +0000</pubDate>
                        <description><![CDATA[@gunarcom
Did you get this working by any chance?&nbsp; I&#039;m trying to do the same thing and am struggling :(]]></description>
                        <content:encoded><![CDATA[<p>@gunarcom</p>
<p>Did you get this working by any chance?&nbsp; I'm trying to do the same thing and am struggling :(</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>hshah</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/toggle-html-emails/#post-30193</guid>
                    </item>
				                    <item>
                        <title>RE: Toggle HTML emails?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/toggle-html-emails/#post-29950</link>
                        <pubDate>Thu, 08 Aug 2019 22:46:05 +0000</pubDate>
                        <description><![CDATA[Thanks, I guess it was just stripping out most of the email like tables, images, and divs.I will try adding the tags into your filter. Thanks.]]></description>
                        <content:encoded><![CDATA[<p>Thanks, I guess it was just stripping out most of the email like tables, images, and divs.</p><p>I will try adding the tags into your filter. Thanks.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>gunarcom</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/toggle-html-emails/#post-29950</guid>
                    </item>
				                    <item>
                        <title>RE: Toggle HTML emails?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/toggle-html-emails/#post-29946</link>
                        <pubDate>Thu, 08 Aug 2019 13:57:07 +0000</pubDate>
                        <description><![CDATA[Hi @gunarcom,I don&#039;t follow you well. Currently, wpForo allows sending HTML emails. If there are some tags that are not allowed you should use the following hook:add_filter(&#039;wpforo_kses_allo...]]></description>
                        <content:encoded><![CDATA[<p>Hi @gunarcom,</p><p>I don't follow you well. Currently, wpForo allows sending HTML emails. </p><p>If there are some tags that are not allowed you should use the following hook:</p><pre>add_filter('wpforo_kses_allowed_html_email', 'custom_wpforo_kses_allowed_html_email');<br />function custom_wpforo_kses_allowed_html_email($allowed_html){<br />     if( !wpfkey($allowed_html, 'h1') ) $allowed_html = array();<br />     if( !wpfkey($allowed_html, 'style') ) $allowed_html = array();<br />     if( !wpfkey($allowed_html, 'span') ) $allowed_html = array();<br />     if( !wpfkey($allowed_html, 'style') ) $allowed_html = array();<br />     return $allowed_html;<br />}</pre><p> </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Sofy</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/toggle-html-emails/#post-29946</guid>
                    </item>
				                    <item>
                        <title>Toggle HTML emails?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/toggle-html-emails/#post-29904</link>
                        <pubDate>Wed, 07 Aug 2019 21:44:24 +0000</pubDate>
                        <description><![CDATA[Is there any way to toggle html emails? I don&#039;t need registration or other core emails, just post notifications, so I&#039;m not too concerned about filters.
I just want to make the forum emails...]]></description>
                        <content:encoded><![CDATA[<p>Is there any way to toggle html emails? I don't need registration or other core emails, just post notifications, so I'm not too concerned about filters.</p>
<p>I just want to make the forum emails match my other official emails.</p>
<p>I found the code below in a previous post but it crashed my site, Is there any other way to allow HTML in emails?</p>
<blockquote>
<pre contenteditable="false">function my_custom_email_html_tags( $allowed_html ){<br />    if( $allowed_post_html = wp_kses_allowed_html( 'post' ) ){<br />        $allowed_html = $allowed_post_html<br />    }<br />    return $allowed_html;<br />}<br />add_filter( 'wpforo_kses_allowed_html_email', 'my_custom_email_html_tags');</pre>
</blockquote>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>gunarcom</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/toggle-html-emails/#post-29904</guid>
                    </item>
							        </channel>
        </rss>
		