2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00

Fix for email sending (#9526)

* Fix for email sending

- Extract valid email for user
- Do not send if email not configured for user

* Improve email address filtering logic

* Fix return type hint
This commit is contained in:
Oliver
2025-04-17 17:29:26 +10:00
committed by GitHub
parent fd4caceed0
commit afbcfe66bb
3 changed files with 21 additions and 4 deletions

View File

@ -24,8 +24,6 @@ services:
volumes:
- ../:/home/inventree:z
- /tmp/.X11-unix:/tmp/.X11-unix
ports:
- 8000
environment:
INVENTREE_DB_ENGINE: postgresql