I am using Symfony 5 and the mailer component with twig templating. The context works fine for the body of the email, but is there not a way to apply that to the email subject line also?
Right now I'm having to manually do my own string replace, which I just can't believe this isn't possible within the same message context.