we ran into an issue where users received an email with contents belonging to someone else.
users requested a 'reset password' mail but the mjml.html file was locked, so it wasn't updated with new content. that content got parsed and was send to the user.
we added the hash to the tempPath to fix this
we ran into an issue where users received an email with contents belonging to someone else. users requested a 'reset password' mail but the mjml.html file was locked, so it wasn't updated with new content. that content got parsed and was send to the user. we added the hash to the tempPath to fix this