Re: Option for copy of post sent to origination user?

Posted by Coleen_Astalos on
URL: https://support.nabble.com/Option-for-copy-of-post-sent-to-origination-user-tp7586706p7586734.html

GregChapman wrote
However, there is a work around. The necessary NAML code change so that posts to the forum do generate a mail to the poster is shown here:
http://support.nabble.com/Convert-Forum-to-Mail-List-tp7580384p7580495.html
I made the change as outlined in that post:

<override_macro name="should_get_instant_mail" requires="user,node_page" >
        <n.set_local_user.this_user/>
        <n.block.>
                <n.local_user.can_view.page_node />
        </n.block.>
</override_macro>


But it's still not sending the author a copy of the post (the author is set up to receive emails for that category)

Coleen