1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-05 21:45:25 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"