managarten/services/mana-notify
Till JS 7ac4e09b04 fix(mana-notify): rewrite SMTP sender with LOGIN auth and better error logging
Go's smtp.PlainAuth refuses to send credentials when the hostname
doesn't match the TLS cert (internal Docker hostname 'stalwart' vs
cert CN 'localhost'). Replace with custom LOGIN auth that works with
any SMTP server. Add detailed error logging at each SMTP stage.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 16:27:26 +02:00
..
cmd/server refactor(services): rename Go services, remove -go suffix 2026-03-28 10:18:40 +01:00
internal fix(mana-notify): rewrite SMTP sender with LOGIN auth and better error logging 2026-04-03 16:27:26 +02:00
.gitignore refactor(services): rename Go services, remove -go suffix 2026-03-28 10:18:40 +01:00
CLAUDE.md refactor(services): rename Go services, remove -go suffix 2026-03-28 10:18:40 +01:00
Dockerfile fix(docker): add shared-go COPY to all Go service Dockerfiles 2026-03-28 16:34:40 +01:00
go.mod refactor(shared-go): extract shared auth package from 3 Go services 2026-04-02 13:27:44 +02:00
go.sum refactor(services): rename Go services, remove -go suffix 2026-03-28 10:18:40 +01:00
package.json refactor(services): rename Go services, remove -go suffix 2026-03-28 10:18:40 +01:00