managarten/services/mana-notify/internal/channel
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
..
email.go fix(mana-notify): rewrite SMTP sender with LOGIN auth and better error logging 2026-04-03 16:27:26 +02:00
matrix.go refactor(services): rename Go services, remove -go suffix 2026-03-28 10:18:40 +01:00
push.go refactor(services): rename Go services, remove -go suffix 2026-03-28 10:18:40 +01:00
push_test.go refactor(services): rename Go services, remove -go suffix 2026-03-28 10:18:40 +01:00
webhook.go refactor(services): rename Go services, remove -go suffix 2026-03-28 10:18:40 +01:00
webhook_test.go refactor(services): rename Go services, remove -go suffix 2026-03-28 10:18:40 +01:00