mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-24 04:07:16 +00:00
b3fa409b74
- Replace Go stdlib smtp.PlainAuth (which refuses credentials without TLS) with a custom plainAuth that respects the user's explicit transport choice - Remove TLS guard from LoginAuth for the same reason - Add RateLimit field to EmailConfig so the user's configured value is persisted instead of being silently overwritten with 60 - Implement actual sanitization in the "Export for GitHub" diagnostics button (was previously ignored — both exports produced identical data) Related to #1189