managarten/services/mana-notify/internal
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
..
auth refactor(shared-go): extract shared auth package from 3 Go services 2026-04-02 13:27:44 +02:00
channel fix(mana-notify): rewrite SMTP sender with LOGIN auth and better error logging 2026-04-03 16:27:26 +02:00
config fix(mana-notify): support insecure TLS for internal SMTP (Stalwart) 2026-04-03 16:17:57 +02:00
db refactor(services): rename Go services, remove -go suffix 2026-03-28 10:18:40 +01:00
handler feat(apps): create Hono compute servers for Traces, Planta, NutriPhi 2026-03-28 16:16:57 +01:00
metrics refactor(services): rename Go services, remove -go suffix 2026-03-28 10:18:40 +01:00
queue refactor(services): rename Go services, remove -go suffix 2026-03-28 10:18:40 +01:00
template update(infra): mana-stt WhisperX + diarization, mana-notify templates, CD pipeline updates 2026-04-01 14:56:26 +02:00