Hi all,
While testing to bulk invite users to our Discourse (version 2.8.9), I found that an update to the template in Invite Forum Mailer
is not being reflected in the emails sent.
I’m following the instructions on post Send Bulk User Invites to update the Invite Forum Mailer
i.e. <domain>/admin/customize/email_templates/invite_forum_mailer
. I have tried CSV file with variations below without success:
- email,group-name
- email,group-name,topic_id (this one should be from
Invite Mailer
template)
The email content delivered has stayed to the previous version.
I thought this was related to Changes to email templates not saving , but my changes are actually being saved (there is no error on saving, and I can reload the template page and will get my changes again)
Do I need to reset any processes that are caching the old template content ? If so, what is that process ?
Is there a bug in the code ?
Thanks and regards,
SS