13 Commits
Author SHA1 Message Date
Tomas Dvorak ed7f136eb8 chore(server): change default host binding to 0.0.0.0
Update the default host from localhost to 0.0.0.0 to allow the server
to accept connections from external interfaces when no HOST
environment variable is provided.
2026-05-13 15:54:20 +02:00
Tomas Dvorak bcc967f7d7 feat(main): add request logging and configurable server address
Add logging to `sendHandler` and `sendParamsHandler` to track incoming
requests. Update the server startup logic to use `HOST` and `PORT`
environment variables, defaulting to `localhost:660` if not provided.
2026-05-13 15:20:17 +02:00
Tomas Dvorak 28070f8d74 feat(main): enhance logging and restrict server binding
Add detailed structured logging to `sendHandler` and `sendParamsHandler` to track request details, domain lookups, and SMTP outcomes (success/failure). Update the server to bind to `localhost` instead of `0.0.0.0` for improved security.
2026-05-13 15:03:45 +02:00
Tomas Dvorak 25bd96f2bb refactor(main): remove embedded HTML and JS snippets from main.go 2026-05-12 12:47:25 +02:00
Tomas Dvorak 4e17d412a8 fix 2026-01-24 20:16:22 +01:00
Tomáš Dvořák d8b47e9646 Merge branch 'main' of https://github.com/Dvorinka/SendMailfe 2025-09-10 14:09:02 +02:00
Tomáš Dvořák a37eb3f859 s 2025-09-10 14:08:19 +02:00
Tomáš DvořákandGitHub 1959ec1a66 Update main.go 2025-08-29 19:41:15 +02:00
Dvorinka d9e2b521d0 git push 2025-08-12 15:16:16 +02:00
Tomas Dvorak 72fc6d84ec reklik 2025-07-04 11:59:07 +02:00
Tomas Dvorak 2ca229d148 cors 2025-06-15 19:04:53 +02:00
Tomas Dvorak 99fd524266 test cors fuck 2025-06-15 18:56:27 +02:00
Tomas Dvorak be771cfe93 first commit 2025-06-15 17:52:30 +02:00