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

View File

@@ -11,4 +11,4 @@ if __name__ == "__main__":
# Start continuous booking loop
booker.run()
logging.info("Script completed")
logging.info("Script completed")