Gefundene erlaubte Interpolationsschlüssel für E-Mail-Vorlage

I’m trying to customize a specific template:
Admin/Customize/Text/system_messages.email_reject_bad_destination_address.text_body_template

This message is sent if someone tries to reply to the email digest. This happens in our communities, for example, if someone is really not familiar with digital technology and wishes to get in contact with us about how to use the site.

We want to make it easy for them to find their way back to the site, so I’d love to include the %{site_title} and the %{base_url} variables, but I’m getting an error:
The following interpolation key(s) are invalid: "site_title, base_url"

Is this because those variables aren’t available on this specific template? If so, why aren’t they available, as global-site wide variables on every template?

Is there anyway to link back to the site dynamically from within this template?

2 „Gefällt mir“

Ich habe ein ähnliches Problem. Ich möchte Nutzer, die E-Mails über neue Beiträge erhalten, dazu ermutigen, per Privatnachricht zu antworten. Irgendwie habe ich bei der Einrichtung meiner Seite folgendes hinzugefügt:
Sie können auch [privat antworten](%{base_url}/new-message?username=%{username}&title=Your%20post%20in%20%{topic_title_url_encoded}&body=Regarding%20your%20post%20in%20%{base_url}%{url}).
in den Text für user_notifications.reply_by_email. Jetzt möchte ich dieses Feld bearbeiten, kann es aber nicht, weil mir mitgeteilt wird, dass username und topic_title_url_encoded ungültig sind.

1 „Gefällt mir“