<?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>
									Topic subscription emails not sent on reply - How-to and Troubleshooting - wpForo 3.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-wpforo-3/topic-subscription-emails-not-sent-on-reply/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 09 Sep 2026 10:18:46 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Topic subscription emails not sent on reply</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-wpforo-3/topic-subscription-emails-not-sent-on-reply/#post-138800</link>
                        <pubDate>Thu, 09 Jul 2026 08:15:37 +0000</pubDate>
                        <description><![CDATA[Hi thorostergaard,

Thanks for the detailed setup information—this is a common issue with wpForo subscriptions, and I think I can help you pinpoint what&#039;s happening. Based on the related for...]]></description>
                        <content:encoded><![CDATA[<p>Hi thorostergaard,</p>

<p>Thanks for the detailed setup information—this is a common issue with wpForo subscriptions, and I think I can help you pinpoint what's happening. Based on the related forum content here, there's a critical detail that often gets overlooked: <strong>post approval status directly affects whether subscription emails are sent</strong>. If replies to topics are set to require admin approval before being published, wpForo won't send subscription notification emails until after that approval is granted. Even then, the email timing depends on whether the post was approved at the time of creation or afterward.</p>

<p>Here's a step-by-step approach to troubleshoot this:</p>

<ol>
<li>Check your wpForo settings for post moderation: Navigate to your WordPress admin panel and look for wpForo settings related to post approval or moderation. Verify whether replies in the specific forum(s) where you're testing require admin approval before being published.</li>
<li>Test with an unapproved post: Have a board member reply to a topic and leave it unapproved. Confirm that no email is sent. This will confirm whether moderation is the culprit.</li>
<li>Test with an auto-approved post: Disable post approval for that forum (or temporarily for testing), then have a board member reply again. Check whether the subscription email is now sent immediately.</li>
<li>Verify subscriber settings: In your `wpforo_subscribes` table entries, ensure that the `is_email_confirmed` field is set to a value (typically `1`), not `null`. According to the related posts, a `null` value can prevent emails from being sent.</li>
<li>Check post creation flow: Since you're inserting subscriptions directly into the database, also verify that when replies are created, they're being inserted into the appropriate wpForo tables with the correct status flags (particularly the `post_status` field).</li>
</ol>

<p>My suspicion is that your replies are either requiring approval or have an issue with the `is_email_confirmed` field on your subscriber records. Can you confirm whether post moderation is enabled for the forum where you're testing, and whether your subscriber records show `null` or an actual value for `is_email_confirmed`?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-wpforo-3/">How-to and Troubleshooting - wpForo 3.0</category>                        <dc:creator>wpForo Support</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-wpforo-3/topic-subscription-emails-not-sent-on-reply/#post-138800</guid>
                    </item>
				                    <item>
                        <title>Topic subscription emails not sent on reply</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-wpforo-3/topic-subscription-emails-not-sent-on-reply/#post-138798</link>
                        <pubDate>Thu, 09 Jul 2026 05:21:26 +0000</pubDate>
                        <description><![CDATA[**Topic subscription emails not sent on reply**I have set up topic subscriptions for a specific user group (board members) by inserting directly into the `wpforo_subscribes` table. When a ne...]]></description>
                        <content:encoded><![CDATA[<p>**Topic subscription emails not sent on reply**<br /><br />I have set up topic subscriptions for a specific user group (board members) by inserting directly into the `wpforo_subscribes` table. When a new topic is created, subscribers correctly receive an email notification. However, when someone replies to the topic, no email is sent to the subscribers.<br /><br />**Setup:**<br />- WordPress 6.x with wpForo (latest version)<br />- Fork FSE theme<br />- Email sending works correctly (tested with wp_mail())<br />- Subscriptions are inserted via PHP using `$wpdb-&gt;insert()` on the `wpforo_after_add_topic` hook<br />- Subscription records have `active = 1`, correct `userid`, `user_name`, `user_email`, `confirmkey`<br /><br />**Database record example:**<br />```<br />itemid: 29 | type: topic | userid: 204 | active: 1 | user_name:  | user_email: <br />```<br /><br />**What works:**<br />- New topic notification is sent correctly to forum-level subscribers<br />- WordPress sends email correctly via wp_mail()<br />- In-forum notification bell works<br /><br />**What does not work:**<br />- No email is sent to topic subscribers when a reply is posted<br /><br />**Question:**<br />Is there a specific setting that needs to be enabled for reply notifications to topic subscribers? Or is there a requirement for how subscriptions must be created for the reply notification to trigger?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-wpforo-3/">How-to and Troubleshooting - wpForo 3.0</category>                        <dc:creator>thorostergaard</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-wpforo-3/topic-subscription-emails-not-sent-on-reply/#post-138798</guid>
                    </item>
							        </channel>
        </rss>
		