added a check in the make_reply function to ensure that mails have a body
All checks were successful
/ test (push) Successful in 55s
/ test (pull_request) Successful in 52s

This commit is contained in:
bton 2024-12-04 22:57:12 +01:00
parent 8a181f7fa5
commit c056e6880f
20 changed files with 9636 additions and 53 deletions

View file

@ -0,0 +1,11 @@
Subject: test
From: test1@test
To: test2@test
Message-ID: <1@test>
Content-Type: text/html; charset=utf-8
<div>
<div>
<p>test</p>
</div>
</div>