mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 14:53:00 +03:00
🐛 Bug Report: Panic when sending test email #441
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @renevo on GitHub.
Reproduction steps
Configure SMTP with a potentially incorrect user/password.
Expected behavior
Send an email, or return an error
Actual Behavior
Application panics in the logs:
@renevo commented on GitHub:
This looks like it might also be an issue with my email postfix server not being TLS/StarTLS
https://github.com/stonith404/pocket-id/blob/main/backend/internal/service/email_service.go#L100-L112
@renevo commented on GitHub:
Thanks!
@stonith404 commented on GitHub:
This should be fixed in
v0.18.0.