I want to only change the text of the email being sent for activation. Please let me know how I can make this possible using pretty mail.
I want to include the username and activation link as part of the email. I understand that in place of {{body }} in the default format, I can write my text, but I wanna know how I can display the username in the email. I see that in fof/pretty-mail/src/Overrides/EmailConfirmationMailer.php, the username is not being passed but the activation link is being. Please let me know if I am missing anything or if there is any way in which I can access the username.