邮件正文中可以使用哪些字段?

I am trying to find somewhere a list of the fields that can be used in the body of an email.

The current use case is to configure the welcome email to include as unique fields:

  • Name
  • Email
  • Membership level

I’ve been trying to find somewhere a definitive list of what fields can be used in emails (e.g. by using %{fieldname} and have it replaced by the data) but I am not sure if this exists, or even if I am using the right search terms for what Discourse refers to these as, because I’m not finding anything!

Thanks in advance!

The only fields that can be used are the ones that are already in the specific message. There is no broad list of general all purpose fields that can be used anywhere.

我想知道这种情况是否仍然存在?在我的具体使用场景中,我希望在用户发送的邮件正文中包含类别(例如 %{category}),以及 base_url(这个变量在 site_texts 中可以正常工作,但据我所知,在邮件正文中似乎不行)。