Sonnie Active member Oct 16, 2019 #1 What code would I need to place in an email template to show the username of the person I am sending it to?
What code would I need to place in an email template to show the username of the person I am sending it to?
Sonnie Active member Apr 10, 2023 #4 I believe this is the code we use now to show the username: Code: {{ phrase('inactivemembers_message', { 'username': $username, 'board_title': $xf.options.boardTitle }) }} Upvote 0 Downvote
I believe this is the code we use now to show the username: Code: {{ phrase('inactivemembers_message', { 'username': $username, 'board_title': $xf.options.boardTitle }) }}