found in: v6.3.0, v6.4.0 (I didn't check earlier versions)
Steps:
Actual: one of the emails sent has a placeholder text instead of actual content

The problem is in the email sent to instructors asking them to submit responses.
Related to #8182?
Looking into it.
Found the reason of this bug.
additionalContactInformation was not passed to generateFeedbackSessionEmailBasesForInstructorReminders in the argument, which is why the placeholder was not getting replaced.
[Screenshot of the email before passing the parameter]

[Screenshot of the email after passing the parameter]

Sending a PR within an hour.
Most helpful comment
Found the reason of this bug.
https://github.com/TEAMMATES/teammates/blob/8a974ee703c46f4b3280552f46b3e767eb561eab/src/main/java/teammates/logic/api/EmailGenerator.java#L96-L102
additionalContactInformationwas not passed togenerateFeedbackSessionEmailBasesForInstructorRemindersin the argument, which is why the placeholder was not getting replaced.[Screenshot of the email before passing the parameter]

[Screenshot of the email after passing the parameter]

Sending a PR within an hour.