Add suject template, pretty_from field and more mail server configuration
All checks were successful
/ test (push) Successful in 13s

This commit is contained in:
phil 2024-12-13 15:57:40 +01:00
parent d159254fdf
commit ab824960ac
4 changed files with 237 additions and 38 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "sms_handler"
version = "0.0.13"
version = "0.0.14"
#dynamic = ["version"]
description = "Listen to messages from the SMS Forwarder app on Android and send mail"
readme = "README.md"
@ -25,4 +25,9 @@ packages = ["src/sms_handler"]
[tool.uv]
package = true
dev-dependencies = ["httpx>=0.28.0", "pytest>=8.3.3"]
dev-dependencies = [
"httpx>=0.28.0",
"ipdb>=0.13.13",
"ipython>=8.30.0",
"pytest>=8.3.3",
]