We want to modify user_notifications.reply_by_email
to achieve something similar to this:
While this worked fine editing the text is now impossible because topic_title_url_encoded
and username
are invalid now:
The following interpolation key(s) are invalid: “username, topic_title_url_encoded”
I suppose that this has to do with the validation (see Bulk Invite from File resets the Invite Forum Mailer customized text). However i am not sure why username and the title url should not be in the e-mail response.
Additionally, topic_title_url_encoded
should be whitelisted but is still “invalid”.
By the way: Is there a list of (valid?) Interpolation keys?
Thank you very much