I have currently two mail domains in Mailman 3 and one web domain (to avoid too many SSL certificates). When a user either signs up for a Mailman account or a subscribe to a list, I need to send them some information, like when I sign up for an account, I get a mail saying "Hello from [LISTNAME]!" ... "Please confirm".
Berry Warsaw provided[1] some links[2][3] to some documentation, but I don't see[2] any for site templates for account confirmation. Mark later mentioned[4] locations for template files for lists, domains and site.
What is the standard <context>:<recipient>:<type>:<name> for site-wide templates like account confirmation template in $var-dir/templates/site/[LANGUAGE]/ or similar using
tm.set('<context>:<recipient>:<type>:<name>','mymaillist.example.com','file:///my_absolute_path/<context>:<recipient>:<type>:<name>.txt')
?
[1]https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/... [2]https://gitlab.com/mailman/mailman/blob/master/src/mailman/interfaces/templa... [3]https://mailman.readthedocs.io/en/latest/src/mailman/rest/docs/templates.htm... [4]https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/...