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:
parent
600c569ae8
commit
702907fc30
3 changed files with 29 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue