Formatted first_name token to be capitalized in Email.php using ucwords() function.
How should this be manually tested?
Send test email to (test) user with lower case first name(s), such as 'rogue' or 'rogue marie.' Email received should capitalize the first name(s), such as 'Rogue' or 'Rogue Marie.'
What's this PR do?
Formatted first_name token to be capitalized in Email.php using ucwords() function.
How should this be manually tested?
Send test email to (test) user with lower case first name(s), such as 'rogue' or 'rogue marie.' Email received should capitalize the first name(s), such as 'Rogue' or 'Rogue Marie.'
Any background context you want to provide?
No other background context.
What are the relevant tickets?
Fixes #341