feat: Add Additional SMTP Headers to Decrease Spam Score (#3031)

* add html2text util

* add various missing email headers

* lint
This commit is contained in:
Michael Genson
2024-01-22 13:40:09 -06:00
committed by GitHub
parent 600c569ae8
commit 702907fc30
3 changed files with 29 additions and 2 deletions

View File

@@ -44,6 +44,7 @@ beautifulsoup4 = "^4.11.2"
isodate = "^0.6.1"
text-unidecode = "^1.3"
rapidfuzz = "^3.2.0"
html2text = "^2020.1.16"
[tool.poetry.group.dev.dependencies]
black = "^23.7.0"