fix: Use SMTP server instead of gmail

The script was using gmail as SMTP server. Or the script uses
a custom SMTP one.
This commit is contained in:
kbe
2025-07-20 15:44:52 +02:00
parent be27046d6c
commit 28b8d57b27
4 changed files with 38 additions and 12 deletions

6
.gitignore vendored
View File

@@ -178,3 +178,9 @@ poetry.toml
pyrightconfig.json
# End of https://www.toptal.com/developers/gitignore/api/python
# Docker
docker-compose.override.yml
docker-compose.yml
Dockerfile
.dockerignore