초대 포럼 메일 템플릿의 이메일 제목에서 %{site_title}이(가) 작동하지 않음

I’m trying to add the %{site_title} variable to the title of the Invite Forum Mailer email template but it says that the site_title interpolation key is invalid. Is there any way to use the %{site_title} variable in the title of the email template?

Variables don’t exist in every substitution, they are specific to that translation key. It is a request that’s come up a few times, however.