-
Notifications
You must be signed in to change notification settings - Fork 7
Supported Letter Template Variables
Erik Hetzner edited this page Apr 18, 2018
·
2 revisions
Currently the following letter template variables are defined:
[AUTHOR EMAIL] => the paper creator's email
[PAPER TITLE] => the paper's short title
[JOURNAL NAME] => the name of the journal
[LAST NAME] => the paper creator's last name
[YOUR NAME] => current user's full name
If these items are not populated an empty string will be inserted into the template.
Any other [WORD] sequence will have to be manually replaced by a staff member.
Extracted from APERTA-7091 - Templates stored in the database should be able to handle variables Closed