<?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>
									Get rid of Wordpress in password change notification - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/get-rid-of-wordpress-in-password-change-notification/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 09 Sep 2026 10:10:44 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Get rid of Wordpress in password change notification</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/get-rid-of-wordpress-in-password-change-notification/#post-47353</link>
                        <pubDate>Sun, 01 Nov 2020 09:17:15 +0000</pubDate>
                        <description><![CDATA[Superb! Thank you!!]]></description>
                        <content:encoded><![CDATA[<p>Superb! Thank you!!</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>briegull</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/get-rid-of-wordpress-in-password-change-notification/#post-47353</guid>
                    </item>
				                    <item>
                        <title>RE: Get rid of Wordpress in password change notification</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/get-rid-of-wordpress-in-password-change-notification/#post-47350</link>
                        <pubDate>Sun, 01 Nov 2020 08:56:29 +0000</pubDate>
                        <description><![CDATA[Hi @briegull,
All emails (excerpt user registration) related to forum are being sent from the EMail you configured in the Forums &gt; Settings &gt; Emails admin page. User registration proc...]]></description>
                        <content:encoded><![CDATA[<p>Hi @briegull,</p>
<p>All emails (excerpt user registration) related to forum are being sent from the EMail you configured in the Forums &gt; Settings &gt; Emails admin page. User registration process is under WordPress control, not wpForo. wpForo only provides with registration form, other processes are performed by WordPress. And yes, this is a known issue of WordPress. This is the default Wordpress email. You should change it using some hooks like this:</p>
<pre>add_filter( 'wp_mail_from', function( $name ) {return '<span style="color: #ff0000">info@mydomain.com</span>' ; } ) ;<br />add_filter( 'wp_mail_from_name', function( $name ) {return '<span style="color: #ff0000">My Forum name</span>' ; } ) ;</pre>
<p>Change the red marked strings and put this code in your current active theme functions.php file. Make sure you didn't deleted the apostrophe before and after the strings.</p>
<p>More info about this issue: <a class="wpforo-auto-embeded-link" href="http://www.wpbeginner.com/plugins/how-to-change-sender-name-in-outgoing-wordpress-email/" target="_blank" rel="nofollow noopener">http://www.wpbeginner.com/plugins/how-to-change-sender-name-in-outgoing-wordpress-email/</a></p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/get-rid-of-wordpress-in-password-change-notification/#post-47350</guid>
                    </item>
				                    <item>
                        <title>Get rid of Wordpress in password change notification</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/get-rid-of-wordpress-in-password-change-notification/#post-47348</link>
                        <pubDate>Sat, 31 Oct 2020 18:32:55 +0000</pubDate>
                        <description><![CDATA[I notice that when you send out the password change link, it arrives coming from wpforo. When I send it out, it arrives coming from Wordpress and then the name of my org.  Where can I change...]]></description>
                        <content:encoded><![CDATA[<p>I notice that when you send out the password change link, it arrives coming from wpforo. When I send it out, it arrives coming from Wordpress and then the name of my org.  Where can I change that?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>briegull</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/get-rid-of-wordpress-in-password-change-notification/#post-47348</guid>
                    </item>
							        </channel>
        </rss>
		