Our email template for a new forum thread reply is not exactly handling an ellipsis or apostrophes in the subject. Our template has:
From: $helpers.FormatFromAutomated()
To: $user.Email
Subject: $post.User.DisplayName replied to $post.Subject
Here's an example of an email we got this is a little weird:
Subject: John Doe replied to My experience…it’s changed me
If there anyway to fix this?