Merge pull request #18 from KolbeinNL/fix-escaptiong-content

Don't escape content when replying mail
This commit is contained in:
rustmailer
2026-03-28 11:19:10 +08:00
committed by GitHub
+1 -1
View File
@@ -144,7 +144,7 @@ impl BodyComposer {
</blockquote>
</body>
</html>"#,
html_escape::encode_text(&reply_content),
reply_content,
message_type,
headers.join("<br>"),
original_body