mirror of
https://github.com/rustmailer/rustmailer.git
synced 2026-08-21 08:01:29 +00:00
Merge pull request #18 from KolbeinNL/fix-escaptiong-content
Don't escape content when replying mail
This commit is contained in:
@@ -144,7 +144,7 @@ impl BodyComposer {
|
||||
</blockquote>
|
||||
</body>
|
||||
</html>"#,
|
||||
html_escape::encode_text(&reply_content),
|
||||
reply_content,
|
||||
message_type,
|
||||
headers.join("<br>"),
|
||||
original_body
|
||||
|
||||
Reference in New Issue
Block a user