mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 14:53:00 +03:00
🐛 Bug Report: Cannot send test email with PUBLIC_UI_CONFIG_DISABLED=true #352
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 @EweSparky on GitHub.
Reproduction steps
Edit
.envand add various parameters:Bring the Docker container down and back up again to import the environment variables.
Expected behavior
I should be able to send a test email from the UI to confirm it works, regardless of the value of
PUBLIC_UI_CONFIG_DISABLED.Actual Behavior
When I set
PUBLIC_UI_CONFIG_DISABLED=truein.envand add the various SMTP parameters to that file, theSend test emailbutton becomes disabled.Version and Environment
Docker version 27.5.1, build 9f9e405
Docker Compose version v2.32.4
Pocket ID version 0.32.0
Log Output
No response
@stonith404 commented on GitHub:
Thanks, this should be fixed in
v0.33.0.