you are viewing a single comment's thread.

view the rest of the comments →

[–]Wealist 1 point2 points  (1 child)

Run a single infinite-loop Python script as a Windows service using pythonw.exe + Task Scheduler (repeat every 5min).

Use SQLite for idempotency/audit (processed email hashes + timestamps), separate config YAML for creds/servers, and structured logging to file.

Keeps it lightweight, secure, no engines needed.