<?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>
									How to change email sender name from WordPress to my site name - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-change-email-sender-name-from-wordpress-to-my-site-name/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 12 Aug 2026 06:11:15 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: How to change email sender name from WordPress to my site name</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-change-email-sender-name-from-wordpress-to-my-site-name/#post-60567</link>
                        <pubDate>Wed, 22 Dec 2021 00:28:38 +0000</pubDate>
                        <description><![CDATA[Thanks]]></description>
                        <content:encoded><![CDATA[<p style="text-align: left">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>COCONUT</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-change-email-sender-name-from-wordpress-to-my-site-name/#post-60567</guid>
                    </item>
				                    <item>
                        <title>RE: How to change email sender name from WordPress to my site name</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-change-email-sender-name-from-wordpress-to-my-site-name/#post-60503</link>
                        <pubDate>Sat, 18 Dec 2021 10:40:02 +0000</pubDate>
                        <description><![CDATA[@coconut,
Just edited my post.]]></description>
                        <content:encoded><![CDATA[<p>@coconut,</p>
<p>Just edited my post.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-change-email-sender-name-from-wordpress-to-my-site-name/#post-60503</guid>
                    </item>
				                    <item>
                        <title>RE: How to change email sender name from WordPress to my site name</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-change-email-sender-name-from-wordpress-to-my-site-name/#post-60502</link>
                        <pubDate>Sat, 18 Dec 2021 10:30:24 +0000</pubDate>
                        <description><![CDATA[I don&#039;t understand the red mark part....
Beginner here...
I would just stick the mail for now then 
I already made it displays my forum name first...
I will come back for this when am le...]]></description>
                        <content:encoded><![CDATA[<p>I don't understand the red mark part....</p>
<p>Beginner here...</p>
<p>I would just stick the mail for now then </p>
<p>I already made it displays my forum name first...</p>
<p>I will come back for this when am less busy</p>
<p>Thanks for the quick response</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>COCONUT</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-change-email-sender-name-from-wordpress-to-my-site-name/#post-60502</guid>
                    </item>
				                    <item>
                        <title>RE: How to change email sender name from WordPress to my site name</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-change-email-sender-name-from-wordpress-to-my-site-name/#post-60501</link>
                        <pubDate>Sat, 18 Dec 2021 09:54:52 +0000</pubDate>
                        <description><![CDATA[Hi @coconut,
All emails (excerpt user registration) related to forum, are sent from the Email you configured in the Forums &gt; Settings &gt; Emails admin page. User registration process is...]]></description>
                        <content:encoded><![CDATA[<p>Hi @<span>coconut,</span></p>
<p>All emails (excerpt user registration) related to forum, are 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 contenteditable="false">add_filter( 'wp_mail_from', function( $name ) {return '***info@mydomain.com***' ; } ) ;
add_filter( 'wp_mail_from_name', function( $name ) {return '***My Forum name***' ; } ) ;</pre>
<p>Change the red marked strings and put this code in your current active theme functions.php file. Make sure you hadn't deleted the apostrophe before and after the strings.</p>
<p>More info about this issue:<span> </span><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>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-change-email-sender-name-from-wordpress-to-my-site-name/#post-60501</guid>
                    </item>
				                    <item>
                        <title>How to change email sender name from WordPress to my site name</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-change-email-sender-name-from-wordpress-to-my-site-name/#post-60500</link>
                        <pubDate>Sat, 18 Dec 2021 09:34:34 +0000</pubDate>
                        <description><![CDATA[Users are getting email sender name as WordPress instead of my site name whenever they register and are to get a reset password link
Please it is very urgent
At the dashboard side I alread...]]></description>
                        <content:encoded><![CDATA[<p>Users are getting email sender name as WordPress instead of my site name whenever they register and are to get a reset password link</p>
<p>Please it is very urgent</p>
<p>At the dashboard side I already change the name to my site name but still it not working</p>
<p> </p>
<p>Thanks....</p>
<p>@chris @robert</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>COCONUT</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-change-email-sender-name-from-wordpress-to-my-site-name/#post-60500</guid>
                    </item>
							        </channel>
        </rss>
		